From 5a94721e03c0d748075fc34352c3bd92dd6e7f78 Mon Sep 17 00:00:00 2001 From: Darius Schneider <schneider@itc.rwth-aachen.de> Date: Mon, 30 Sep 2024 12:28:59 +0200 Subject: [PATCH] Naming --- rails/rubocop-for-gem.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rails/rubocop-for-gem.yml b/rails/rubocop-for-gem.yml index f762171..fb0160d 100644 --- a/rails/rubocop-for-gem.yml +++ b/rails/rubocop-for-gem.yml @@ -82,6 +82,13 @@ Metrics/PerceivedComplexity: # END Metrics +# BEGIN Naming +# the default gem module must be named like the gem, so allow dashes +Naming/FileName: + Exclude: [./lib/*.rb] +# END Naming + + # BEGIN Style # documentation of classes in migrations and tests is not needed Style/Documentation: -- GitLab