From 04d78c1dc4456934a48054ca4470baeef919fa4b Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Mon, 1 May 2023 12:05:12 +0200 Subject: Improve RuboCop config Show links to style guide and RuboCop documentation --- .rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) 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/**/*' -- cgit v1.2.3