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

.jshintignore is not working #245

Open
paladox opened this issue Feb 14, 2016 · 0 comments
Open

.jshintignore is not working #245

paladox opened this issue Feb 14, 2016 · 0 comments

Comments

@paladox
Copy link
Contributor

paladox commented Feb 14, 2016

If you have a .jshintignore file and you had a setup like this

    jshint: {
        options: {
            jshintrc: true
        },
        all: [
            '**/*.js'
        ]
    },

and your .jshintignore file looked like this

libs/jquery.browser.js
libs/jquery.dynatree.js
libs/jquery.fancybox.js
libs/select2.js
libs/SF_maps.js
node_modules/
vendor/

The .jshintignore file is ignored and the js that was supposed to be ignored is tested and brings back alot and alot of js errors because of node_modules folder.

Please fix this so .jshintignore is processed and ignores the folders and files correctly please.

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

1 participant