Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some Options not working #135

Open
douglasdeodato opened this issue May 6, 2016 · 3 comments
Open

some Options not working #135

douglasdeodato opened this issue May 6, 2016 · 3 comments

Comments

@douglasdeodato
Copy link

I tested this options and is not working for me

using:
"grunt-scss-lint": "^0.3.8"
grunt-cli v1.2.0
grunt v0.4.5
node: v5.0.0
scss-lint 0.48.0
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]

Options:

compact
exclude
maxBuffer
colorizeOutput

my grunt.js

 scsslint: {
        allFiles: [
          'scss/_main.scss'
        ],
        options: {
          config: 'scss/.scss-lint.yml',
          reporterOutput: '.tmp/scss-lint-report.xml',
          colorizeOutput: true,
          compact:false,
          maxBuffer:false
        },
        exclude: [
            'scss/**/*.scss'
          ]
      },
@ahmednuaman
Copy link
Owner

PR?

@douglasdeodato
Copy link
Author

douglasdeodato commented Jul 5, 2016

that means please repeat? :) +1

@douglasdeodato
Copy link
Author

oh Pull Request :) , I will try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants