Skip to content

Commit

Permalink
fix typo in example .rubycritic.yml
Browse files Browse the repository at this point in the history
[ci skip]

Using this example as a starting point for config results in `threshold_score` being 0 as the key is incorrect.
  • Loading branch information
Adre authored and nunosilva800 committed Aug 2, 2019
1 parent c22ce0f commit d3026f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ mode_ci:
branch: 'production' # default is master
branch: 'production' # default is master
path: '/tmp/mycustompath' # Set path where report will be saved (tmp/rubycritic by default)
threshhold_score: 10 # default is 0
threshold_score: 10 # default is 0
deduplicate_symlinks: true # default is false
suppress_ratings: true # default is false
no_browser: true # default is false
Expand Down

0 comments on commit d3026f1

Please sign in to comment.