From d3026f1a840b169f4211597e3a6a3d3af5bf1b0a Mon Sep 17 00:00:00 2001 From: Adre Date: Fri, 2 Aug 2019 11:38:44 +0100 Subject: [PATCH] fix typo in example `.rubycritic.yml` [ci skip] Using this example as a starting point for config results in `threshold_score` being 0 as the key is incorrect. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac7955b2..e3c6637b 100644 --- a/README.md +++ b/README.md @@ -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