From c4bd23bdb6b20763027370f7db13cef1ed7d6e75 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Tue, 11 Apr 2023 15:04:00 +0200 Subject: Regenerate RuboCop config and todo - Remove timestamps and offense counts for a smaller todo and prevent conflicts - Keep config limited to `Layout` and `Style` scopes --- .rubocop.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 28352bd5..a8f660ca 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,7 @@ inherit_from: .rubocop_todo.yml AllCops: + DisabledByDefault: true NewCops: enable SuggestExtensions: false TargetRubyVersion: 2.3 @@ -9,8 +10,14 @@ AllCops: - 'examples/**/*' - 'vendor/bundle/**/*' +Layout: + Enabled: true + Layout/CommentIndentation: AllowForAlignment: true Layout/ExtraSpacing: AllowBeforeTrailingComments: true + +Style: + Enabled: true -- cgit v1.2.3