require: - rubocop-rails - standard inherit_from: - ./private/rspec.yml - ./private/standard.yml inherit_mode: merge: - Exclude AllCops: TargetRailsVersion: 7.0 Style/AsciiComments: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Style/NumericPredicate: EnforcedStyle: predicate Layout/ClassStructure: Enabled: true Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: space Rails/HasAndBelongsToMany: Enabled: false Rails/SkipsModelValidations: AllowedMethods: touch