X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.rubocop.yml;h=00479d1357acc7d9eb2f6623c6a705439f1bc825;hb=0ad755322874a962411ce3dd96e01ac516d596f8;hp=cc32da4b99e2e64bd3b053d4859c4ce4e5b6cf20;hpb=656fe6d4ed657c8aed588d0cb70fab431f650c73;p=lhc%2Fweb%2Fwiklou.git diff --git a/.rubocop.yml b/.rubocop.yml index cc32da4b99..00479d1357 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1 +1,8 @@ inherit_from: .rubocop_todo.yml + +AllCops: + Exclude: + - 'extensions/**/*' + - 'skins/**/*' + - 'tests/frontend/node_modules/**/*' + - 'vendor/**/*'