--- AllCops: DisplayCopNames: true DisplayStyleGuide: true StyleGuideCopsOnly: true TargetRubyVersion: 3.0 Lint/AmbiguousBlockAssociation: Enabled: false Naming/FileName: Exclude: - lib/tram-policy.rb Style/ClassAndModuleChildren: Enabled: false Style/PerlBackrefs: Enabled: false Style/RaiseArgs: EnforcedStyle: compact Style/StringLiterals: EnforcedStyle: double_quotes