X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=.rubocop.yml;h=61ffc1a04425f47f030c712f4ea6a9a0830a3342;hb=0aab120e96cc8296da559086bf14a91b9744ae3d;hp=3f1af395be14aa125ad2c4b533660381805a47c3;hpb=0290eccb8d6be6db0bc2b6ab4b30ed3311759898;p=lhc%2Fweb%2Fwiklou.git diff --git a/.rubocop.yml b/.rubocop.yml index 3f1af395be..61ffc1a044 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,13 +1,9 @@ -inherit_from: .rubocop_todo.yml - -AllCops: - Exclude: - - 'extensions/**/*' - - 'skins/**/*' - - 'tests/frontend/node_modules/**/*' - - 'vendor/**/*' - AllCops: + Exclude: + - 'extensions/**/*' + - 'skins/**/*' + - 'tests/frontend/node_modules/**/*' + - 'vendor/**/*' StyleGuideCopsOnly: true Metrics/LineLength: