.rubocop_todo.yml in arxutils_sqlite3-0.1.58 vs .rubocop_todo.yml in arxutils_sqlite3-0.1.59

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-09-23 07:28:29 UTC using RuboCop version 1.36.0. +# on 2022-10-01 01:21:06 UTC using RuboCop version 1.36.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. @@ -25,47 +25,26 @@ # Configuration parameters: Width, AllowedPatterns, IgnoredPatterns. Layout/IndentationWidth: Exclude: - 'lib/dbacrecord.rb' -# Offense count: 3 -# This cop supports safe autocorrection (--autocorrect). -Layout/SpaceBeforeComma: - Exclude: - # - 'lib/dbacrecord.rb' - -# Offense count: 2 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: EnforcedStyle. -# SupportedStyles: space, compact, no_space -Layout/SpaceInsideParens: - Exclude: - # - 'config/dbsetup.rb' - -# Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: AllowInHeredoc. -Layout/TrailingWhitespace: - Exclude: - - 'db/migrate/050_create_currentxenoplist.rb' - # Offense count: 4 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: Max: 23 # Offense count: 3 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: - Max: 192 + Max: 190 -# Offense count: 11 +# Offense count: 12 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/MethodLength: Max: 49 -# Offense count: 2 +# Offense count: 3 # Configuration parameters: CountKeywordArgs, MaxOptionalParameters. Metrics/ParameterLists: Max: 7 # Offense count: 1 @@ -93,65 +72,58 @@ # Offense count: 1 # Configuration parameters: AllowSubject. RSpec/MultipleMemoizedHelpers: Max: 11 -# Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -Style/BlockComments: - Exclude: - # - 'config/dbsetup.rb' - -# Offense count: 7 +# Offense count: 5 # Configuration parameters: AllowedConstants. Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - - 'config/dbsetup.rb' - 'db/migrate/010_create_countdatetime.rb' - 'db/migrate/020_create_xenop.rb' - 'db/migrate/030_create_xenoplist.rb' - 'db/migrate/040_create_invalidxenoplist.rb' - 'db/migrate/050_create_currentxenoplist.rb' - - 'lib/arxutils_sqlite3/util.rb' -# Offense count: 2 -# This cop supports safe autocorrection (--autocorrect). -Style/EmptyLiteral: - Exclude: - # - 'config/dbsetup.rb' - # Offense count: 5 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: MaxUnannotatedPlaceholdersAllowed, AllowedMethods, AllowedPatterns, IgnoredMethods. # SupportedStyles: annotated, template, unannotated Style/FormatStringToken: EnforcedStyle: unannotated -# Offense count: 22 +# Offense count: 7 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: EnforcedStyle. # SupportedStyles: always, always_true, never Style/FrozenStringLiteralComment: - Enabled: false + Exclude: + - 'config/dbsetup.rb' + - 'db/migrate/010_create_countdatetime.rb' + - 'db/migrate/020_create_xenop.rb' + - 'db/migrate/030_create_xenoplist.rb' + - 'db/migrate/040_create_invalidxenoplist.rb' + - 'db/migrate/050_create_currentxenoplist.rb' + - 'lib/dbacrecord.rb' -# Offense count: 10 +# Offense count: 11 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols. # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys # SupportedShorthandSyntax: always, never, either, consistent Style/HashSyntax: Exclude: - # - 'db/migrate/010_create_countdatetime.rb' - # - 'db/migrate/020_create_xenop.rb' - # - 'db/migrate/030_create_xenoplist.rb' - # - 'db/migrate/040_create_invalidxenoplist.rb' + - 'db/migrate/010_create_countdatetime.rb' + - 'db/migrate/020_create_xenop.rb' + - 'db/migrate/030_create_xenoplist.rb' + - 'db/migrate/040_create_invalidxenoplist.rb' # Offense count: 4 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. # SupportedStyles: single_quotes, double_quotes Style/StringLiterals: Exclude: - # - 'config/dbsetup.rb' - # - 'lib/dbacrecord.rb' + - 'config/dbsetup.rb' + - 'lib/dbacrecord.rb'