Skip to content

.jshintignore is not working #245

@paladox

Description

@paladox

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions