X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.rubocop.yml;h=5b6c3f2dc622a1b439b1789e960cf89e57573fc7;hp=8b0f91abfeecb5a879bec61a2c5ff1fdd46345ca;hb=aa58320d81e8c49e0ad9c64954a878997ad97579;hpb=758caca931fe7718ae6631b5e3b64a8883afb013 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/**/*'