Skip to content

Commit

Permalink
Code Climate: Update Rules (#13468)
Browse files Browse the repository at this point in the history
* Do not check number of lines

* Disable file-lines check
  • Loading branch information
kraftbj authored Oct 17, 2019
1 parent 93a5f3e commit 2cf86a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/codeclimate-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ exclude_paths:
- "**-min.css"
- "**.dist"
- "**.sh"
checks:
method-lines:
enabled: false
file-lines:
enabled: false

0 comments on commit 2cf86a2

Please sign in to comment.