X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.rubocop.yml;h=5b6c3f2dc622a1b439b1789e960cf89e57573fc7;hb=a58948d64595af2accdec5b2e5f5156f3f40abe8;hp=8b0f91abfeecb5a879bec61a2c5ff1fdd46345ca;hpb=758caca931fe7718ae6631b5e3b64a8883afb013;p=lhc%2Fweb%2Fwiklou.git diff --git a/.rubocop.yml b/.rubocop.yml index 8b0f91abfe..5b6c3f2dc6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,8 +1,7 @@ -inherit_from: .rubocop_todo.yml - AllCops: Exclude: - 'extensions/**/*' + - 'node_modules/**/*' - 'skins/**/*' - 'tests/frontend/node_modules/**/*' - 'vendor/**/*'