AtomLinter / linter-foodcritic

Atom linter provider for foodcritic
MIT License
1 stars 5 forks source link

Should exclude test directory for InSpec #26

Open mattstratton opened 8 years ago

mattstratton commented 8 years ago

When inspec test files exist at test/integration/default, the linter is trying to parse them as a cookbook, and throws invalid FC errors (see attached screenshot).

web_spec_rb_ __users_mstratton_src_matt_apache
Arcanemagus commented 8 years ago

Looks like you may be looking for this issue. Until this is dealt with there you can always configure Linter itself to ignore all test directories with it's "Ignored Names" setting.