Sha256: ad8f342c4e054f28098bedb22f88bafeb63363ce864341245b6229f6bb62d7b4
Contents?: true
Size: 808 Bytes
Versions: 7
Compression:
Stored size: 808 Bytes
Contents
# https://rubocop.readthedocs.io/en/latest/configuration/#inheritance # If you override a setting in a project's local .rubocop.yml file # you must add the pre-existing exceptions found here as well. AllCops: Exclude: - db/schema.rb Rails: Enabled: true Rails/NotNullColumn: Enabled: false Rails/ReversibleMigration: Enabled: false Rails/SkipsModelValidations: Exclude: - db/migrate/*.rb Rails/Output: Exclude: - db/seeds.rb Style/Documentation: Enabled: false Metrics/MethodLength: Exclude: - db/migrate/*.rb - config/**/*.rb Metrics/AbcSize: Exclude: - db/migrate/*.rb Metrics/BlockLength: Exclude: - "*.gemspec" - spec/**/*.rb - lib/tasks/*.rake - config/**/*.rb - db/**/*.rb Metrics/LineLength: Exclude: - db/migrate/*.rb
Version data entries
7 entries across 7 versions & 1 rubygems