Is there a way to make codeclimate ignore unmodified lines in PRs?

130 Views Asked by At

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?

1

There are 1 best solutions below

0
Bill On

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