summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-05-01 12:05:12 +0200
committerGeremia Taglialatela <[email protected]>2023-05-03 16:07:22 +0200
commit04d78c1dc4456934a48054ca4470baeef919fa4b (patch)
tree5336529ea1bd6d689bf80a0393ddbbfc53f12061 /.rubocop.yml
parentb001a45bb0d0adcf8ac4e04e574a6c34577ea376 (diff)
downloadcaxlsx-04d78c1dc4456934a48054ca4470baeef919fa4b.tar.gz
caxlsx-04d78c1dc4456934a48054ca4470baeef919fa4b.zip
Improve RuboCop config
Show links to style guide and RuboCop documentation
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 60bfee36..d64b3394 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -8,6 +8,8 @@ AllCops:
NewCops: enable
SuggestExtensions: false
TargetRubyVersion: 2.6
+ DisplayStyleGuide: true
+ ExtraDetails: true
Exclude:
- 'docs/**/*'
- 'examples/**/*'