X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=.rubocop.yml;h=00479d1357acc7d9eb2f6623c6a705439f1bc825;hb=2550a3c691b2e8179f4f0181761f9ce16d9630e4;hp=cc32da4b99e2e64bd3b053d4859c4ce4e5b6cf20;hpb=08e21a46f775f038abca424b7c15f9cad3510984;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/**/*'