# This configuration was generated by # `rubocop --auto-gen-config` # on 2022-09-22 09:32:47 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. # Offense count: 1 # Configuration parameters: Include. # Include: **/*.gemspec Gemspec/RequiredRubyVersion: Exclude: # - 'feedlrop.gemspec' # Offense count: 1 # Configuration parameters: AllowSafeAssignment. Lint/AssignmentInCondition: Exclude: # - 'exe/feedlrop' # Offense count: 4 Lint/UselessAssignment: Exclude: # - 'exe/feedlrop' # Offense count: 3 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: Max: 24 # Offense count: 4 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/MethodLength: Max: 25 # Offense count: 3 Naming/AccessorMethodName: Exclude: # - 'lib/feedlrop/feedlrop.rb' # Offense count: 3 # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames. # AllowedNames: as, at, by, db, id, in, io, ip, of, on, os, pp, to Naming/MethodParameterName: Exclude: # - 'exe/feedlrop' # - 'lib/feedlrop/feedlrop.rb' # Offense count: 5 # Configuration parameters: AllowedConstants. Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'db/migrate/010_create_countdatetime.rb' - 'db/migrate/020_create_evnb.rb' - 'db/migrate/030_create_ennblist.rb' - 'db/migrate/040_create_invalidennblist.rb' - 'db/migrate/050_create_currentennblist.rb' # Offense count: 1 # Configuration parameters: MinBodyLength, AllowConsecutiveConditionals. Style/GuardClause: Exclude: - 'feedlrop.gemspec' # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 163