If the linter is enabled globally, it runs for every file opened in SublimeText. This behavior can cause performance issues if many files and folders are open in SublimeText.
There should be a setting or option in between global enabling or disabling. It should allow the linter to detect if it should run or not. One possibility to achieve this is to check if an opened folder in SublimeText contains a .codeclimate.yml configuration file in the root.
If the linter is enabled globally, it runs for every file opened in SublimeText. This behavior can cause performance issues if many files and folders are open in SublimeText.
There should be a setting or option in between global enabling or disabling. It should allow the linter to detect if it should run or not. One possibility to achieve this is to check if an opened folder in SublimeText contains a
.codeclimate.ymlconfiguration file in the root.