Skip to content
Snippets Groups Projects
Commit d2fb03d2 authored by Darius Schneider's avatar Darius Schneider
Browse files

logger settings may be disabled

parent ee4faa5d
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ Minitest/MultipleAssertions:
# BEGIN Style
# prevent getting around most cops, but allow a few that may be impossible to resolve otherwise, f.e.:
# ItcGemRubocop/DevelopmentHosts: allow usage of different `config.hosts` config in development, if needed
# ItcGemRubocop/LoggerSettings: allow usage of one's own logger settings if needed
# ItcGemRubocop/NocPortalRz: allow usage of string that contains `"noc-portal.rz.rwth-aachen.de"` if really needed
# Lint/UnusedMethodArgument: subclasses that are passed unused keyword args, but not using them must be allowed
# Naming/PredicateName: allow DSL style methods like Rails 'has_one'
......@@ -111,7 +112,7 @@ Minitest/MultipleAssertions:
# Rails/ThreeStateBooleanColumn: allow usage of three-state boolean columns, it may be an STI table
Style/DisableCopsWithinSourceCodeDirective:
Enabled: true
AllowedCops: ['ItcGemRubocop/DevelopmentHosts', 'ItcGemRubocop/NocPortalRz', 'Lint/UnusedMethodArgument', 'Naming/PredicateName', 'Naming/VariableNumber', 'Rails/CreateTableWithTimestamps', 'Rails/DangerousColumnNames', 'Rails/NegateInclude', 'Rails/RakeEnvironment', 'Rails/RefuteMethods', 'Rails/ThreeStateBooleanColumn']
AllowedCops: ['ItcGemRubocop/DevelopmentHosts', 'ItcGemRubocop/LoggerSettings', 'ItcGemRubocop/NocPortalRz', 'Lint/UnusedMethodArgument', 'Naming/PredicateName', 'Naming/VariableNumber', 'Rails/CreateTableWithTimestamps', 'Rails/DangerousColumnNames', 'Rails/NegateInclude', 'Rails/RakeEnvironment', 'Rails/RefuteMethods', 'Rails/ThreeStateBooleanColumn']
# documentation of classes in migrations and tests is not needed
Style/Documentation:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment