You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ It runs the https://hub.docker.com/r/codeclimate/codeclimate docker image under
82
82
enabled: false
83
83
```
84
84
85
-
4. Add a `.codecimate_diff.yml` configuration file
85
+
4. Add a `.codeclimate_diff.yml` configuration file
86
86
```
87
87
main_branch_name: master # defaults to main
88
88
threshold_to_run_on_all_files: 8# when you reach a certain number of files changed, it becomes faster to analyze all files rather than analyze them one by one.
@@ -93,7 +93,7 @@ It runs the https://hub.docker.com/r/codeclimate/codeclimate docker image under
0 commit comments