excludeFiles are not working
cheahkhing opened this issue · 2 comments
cheahkhing commented
I was using external .jscsrc file.
By setting this, I am also trying to exclude some files by setting it either in the jscsrc / in the grunt options, like so:
jscs: {
dev: {
options: {
config: '.jscsrc',
excludeFiles: ['*.config.js']
},
files: {
src: [**/*.js]
}
}
}
It didn't work at all no matter where i put the excludeFiles option.
Is this expected? or i miss something?
gustavohenke commented
If you use the same option in your .jscsrc
file when running JSCS from the CLI, what's the result?
gustavohenke commented
This issue has been inactive for more than one month, so I'm closing it.
Please let us know if you find the same issues again.