We've just turned on CodeClimate for our PRs, and have a ton of refactoring to do, but it's making our PR's fail for lines of code that weren't touched.
i.e. if I modify anywhere in a file, it will analyze every line in said file.
Is there a way to stop this behaviour?
Codeclimate is not able to detect changed code only. This is one of the reasons I made my own linter: https://gitlab.com/billyan2018/lite-linter