From 0e68a67d13fe70920d539851ff0f175f9357b046 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Fri, 20 Oct 2023 12:51:48 +0200 Subject: [PATCH] Ignore `Lint/MissingSuper` in `app/components/` --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 0d6c9020..7aca81c7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -27,6 +27,10 @@ Lint/NestedMethodDefinition: Exclude: - api/sinatra/**/* +Lint/MissingSuper: + Exclude: + - app/components/**/* + ### Metrics