Sha256: 7663307591606e9766026b1ba7819365d211d2bc578266d2684d61438811bf19
Contents?: true
Size: 1.86 KB
Versions: 6
Compression:
Stored size: 1.86 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2020-07-16 04:15:41 UTC using RuboCop version 0.88.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 Lint/MixedRegexpCaptureTypes: Exclude: - 'lib/apartment/elevators/domain.rb' # Offense count: 2 # Cop supports --auto-correct. Lint/NonDeterministicRequireOrder: Exclude: - 'spec/spec_helper.rb' # Offense count: 7 # Configuration parameters: IgnoredMethods. Metrics/AbcSize: Max: 33 # Offense count: 3 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Max: 102 # Offense count: 1 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: Max: 151 # Offense count: 6 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods. Metrics/MethodLength: Max: 24 # Offense count: 17 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/apartment/adapters/jdbc_mysql_adapter.rb' - 'lib/apartment/adapters/postgis_adapter.rb' - 'lib/apartment/adapters/postgresql_adapter.rb' - 'lib/apartment/adapters/sqlite3_adapter.rb' - 'lib/apartment/custom_console.rb' - 'lib/apartment/deprecation.rb' - 'lib/apartment/migrator.rb' - 'lib/apartment/model.rb' - 'lib/apartment/railtie.rb' - 'lib/apartment/reloader.rb' - 'lib/apartment/tasks/enhancements.rb' - 'lib/apartment/tasks/task_helper.rb' - 'lib/generators/apartment/install/install_generator.rb' # Offense count: 3 # Cop supports --auto-correct. Style/IfUnlessModifier: Exclude: - 'Rakefile' - 'lib/apartment.rb' - 'lib/apartment/tenant.rb'
Version data entries
6 entries across 6 versions & 1 rubygems