X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.rubocop.yml;h=5b6c3f2dc622a1b439b1789e960cf89e57573fc7;hb=7a157e0bea41b7b17c9b4395c6668d9b5b341a96;hp=3f1af395be14aa125ad2c4b533660381805a47c3;hpb=e83daac0e837a1a4b5768eb227b75e93748b15bb;p=lhc%2Fweb%2Fwiklou.git diff --git a/.rubocop.yml b/.rubocop.yml index 3f1af395be..5b6c3f2dc6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,13 +1,10 @@ -inherit_from: .rubocop_todo.yml - -AllCops: - Exclude: - - 'extensions/**/*' - - 'skins/**/*' - - 'tests/frontend/node_modules/**/*' - - 'vendor/**/*' - AllCops: + Exclude: + - 'extensions/**/*' + - 'node_modules/**/*' + - 'skins/**/*' + - 'tests/frontend/node_modules/**/*' + - 'vendor/**/*' StyleGuideCopsOnly: true Metrics/LineLength: