Skip to content

Commit

Permalink
Merge 306e388 into 7741c13
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed May 15, 2023
2 parents 7741c13 + 306e388 commit ab9fd29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .codeclimate.yml
Expand Up @@ -6,6 +6,13 @@ plugins:
enabled: true
exclude_patterns:
- '.rubocop.*'
# 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
markdownlint:
enabled: true
1 change: 1 addition & 0 deletions Gemfile
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 ab9fd29

Please sign in to comment.