0

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?

s89_
  • 1,533
  • 3
  • 25
  • 40

1 Answers1

0

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

Bill
  • 63
  • 5