Skip to content

Commit

Permalink
User Rubocop plugin for CodeClimate.
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed Aug 27, 2022
1 parent dee7118 commit 8e25fd8
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
version: "2"
exclude_patterns:
- "config/"
- "db/"
- "dist/"
- "features/"
- "**/node_modules/"
- "script/"
- "**/spec/"
- "**/test/"
- "**/tests/"
- "**/vendor/"
- "**/*.d.ts"
- "app/models/user.rb"
method-count:
config:
threshold: 25
plugins:
rubocop:
enabled: true

0 comments on commit 8e25fd8

Please sign in to comment.