AtomLinter / linter-codeclimate

An Atom Linter plugin for the Code Climate CLI
http://github.com/codeclimate/codeclimate
MIT License
10 stars 5 forks source link

Question: performance with some engines #24

Closed rubyconvict closed 8 years ago

rubyconvict commented 8 years ago

Hi, suppose, that I have a multi-language project (ruby + javascript) and I save some .rb file. Will the Atom plugin trigger all the enabled engines, e.g. rubocop, ESLint, like codeclimate analyze does or will it trigger only appropriate engine and test this file only? (I'm interested in these two engines in particular. According to comment: https://github.com/codeclimate/codeclimate/issues/62#issuecomment-142424160 this should work fine?)

mrb commented 8 years ago

@rubyconvict Currently the analyzer will run only on the file you have opened. Let me know if you have any other questions!