X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.rubocop.yml;h=61ffc1a04425f47f030c712f4ea6a9a0830a3342;hb=d7c0a15cb57f74a7e97ebb2d2a2417c512baa6de;hp=3f1af395be14aa125ad2c4b533660381805a47c3;hpb=28b59da2a14b7dbd41ad4693478d68543efc21d7;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: