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?)
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?)