Skip to content

Commit

Permalink
Bump flog threshold to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed May 15, 2023
1 parent dd9fcd3 commit 306e388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ plugins:
# ABC-complexity
flog:
enabled: true
config:
score_threshold: 25.0
exclude_patterns:
- 'spec/'
# Markdown lint with rules from https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ group :test do
end

group :local do
gem 'flog', require: false
gem 'guard-rspec'
gem 'mdl', require: false
gem 'rubocop', require: false
Expand Down

0 comments on commit 306e388

Please sign in to comment.