require: - rubocop-rails Rails: Exclude: - bin/* # `bin/` files don't have access to Rails add-on methods like `#present?` Rails/ActionOrder: Enabled: false Rails/BulkChangeTable: Exclude: - !ruby/regexp /db/migrate/201[1-9].*\.rb\z/ Rails/CreateTableWithTimestamps: Exclude: - !ruby/regexp /db/migrate/201[1-9].*\.rb\z/ - db/schema.rb Rails/EnvironmentVariableAccess: AllowReads: true Rails/I18nLocaleTexts: Enabled: false Rails/OrderById: Enabled: false Rails/Output: Enabled: false Rails/NotNullColumn: Enabled: false Rails/RakeEnvironment: Enabled: false Rails/ReversibleMigration: Exclude: - !ruby/regexp /db/migrate/201[1-9].*\.rb\z/ Rails/SchemaComment: Enabled: false