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

Add verbose to options #274

Closed
wants to merge 2 commits into from
Closed

Conversation

rkesters
Copy link

@rkesters rkesters commented Aug 5, 2017

The user can now have a verbose key in the options object of the jshint setting in their grunt file. This setting will be passed to the reporter. Unit test cases are also included. Example config below.
Fixes issue #208 and #210

jshint: {
            all: ["**/*.js", "**/*.json"],
            options: {
                globals: {
                    logger: true
                  ##},
                esversion: 6,
                sub: true,
                expr: true,
                ignores: ['./node_modules/**/*.js', './node_modules/**/*.json'],
                reporter: require('jshint-stylish'),
                verbose: true

            }
        }

…nt options to enable reporter verbose output
@jsf-clabot
Copy link

jsf-clabot commented Aug 5, 2017

CLA assistant check
All committers have signed the CLA.

@@ -23,7 +23,8 @@
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-internal": "^1.2.3",
"grunt-contrib-nodeunit": "^1.0.0"
"grunt-contrib-nodeunit": "^1.0.0",
"jshint-stylish": "^2.2.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be added.

@rkesters rkesters closed this Oct 21, 2019
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

Successfully merging this pull request may close these issues.

None yet

3 participants