Skip to content

Commit

Permalink
Merge pull request #2758 from tvdeyen/remove-codeclimate
Browse files Browse the repository at this point in the history
CI: Disable brakeman analysis for codeclimate
  • Loading branch information
tvdeyen authored Feb 28, 2024
2 parents c702573 + e1e4c81 commit e64fa42
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
engines:
brakeman:
enabled: true
enabled: false
csslint:
enabled: false
coffeelint:
enabled: false
duplication:
enabled: true
exclude_paths:
- "lib/alchemy/permissions.rb"
- "lib/alchemy/tasks/tidy.rb"
- "lib/tasks/alchemy/upgrade.rake"
- "lib/alchemy/permissions.rb"
- "lib/alchemy/tasks/tidy.rb"
- "lib/tasks/alchemy/upgrade.rake"
config:
languages:
- ruby
- ruby
eslint:
enabled: false
fixme:
Expand All @@ -23,13 +23,13 @@ engines:
enabled: false
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.rb"
- Gemfile.lock
- "**.erb"
- "**.rb"
exclude_paths:
- "config/"
- "db/"
- "spec/"
- "lib/alchemy/upgrader/"
- "lib/rails/"
- "vendor/assets/"
- "config/"
- "db/"
- "spec/"
- "lib/alchemy/upgrader/"
- "lib/rails/"
- "vendor/assets/"

0 comments on commit e64fa42

Please sign in to comment.