diff options
| -rw-r--r-- | .rubocop.yml | 2 |
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/**/*' |
