X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8e404f3a468a2636481d52f245b816c41e9d5ac0..a6b84a0294a2929006ff056f56103be549c5b5a2:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index e9561cd2d..a83e74d27 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -70,29 +70,10 @@ Style/AccessorMethodName: Style/AsciiComments: Enabled: false -# Offense count: 9 -Style/ClassVars: - Enabled: false - -# Offense count: 12 -# Configuration parameters: Keywords. -Style/CommentAnnotation: - Enabled: false - # Offense count: 306 Style/Documentation: Enabled: false -# Offense count: 8 -# Configuration parameters: EnforcedStyle, SupportedStyles. -Style/FormatString: - Enabled: false - -# Offense count: 1 -# Configuration parameters: AllowedVariables. -Style/GlobalVars: - Enabled: false - # Offense count: 41 # Configuration parameters: MinBodyLength. Style/GuardClause: @@ -133,10 +114,6 @@ Style/RescueModifier: Style/StringLiteralsInInterpolation: Enabled: false -# Offense count: 1 -Style/StructInheritance: - Enabled: false - # Offense count: 3 # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist. Style/TrivialAccessors: