Skip to content

Commit c78515f

Browse files
feat: initial feature implementation
1 parent 535bb1e commit c78515f

File tree

3 files changed

+24
-19
lines changed

3 files changed

+24
-19
lines changed

.codeclimate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ checks:
1313
threshold: 10 # defaults to 5. Cognitive complexity rather than cyclomatic complexity
1414

1515
exclude_patterns:
16-
- "**/spec/"
16+
- "**/spec/"
17+
- "lib/codeclimate_diff/runner.rb" # just testing

0 commit comments

Comments
 (0)