require: - standard/cop/semantic_blocks inherit_gem: standard: config/base.yml AllCops: Exclude: - 'bin/*' - 'tmp/**/*' - 'Gemfile' - 'vendor/**/*' - 'gemfiles/**/*' - 'lib/.rbnext/**/*' - 'lib/generators/**/templates/*.rb' DisplayCopNames: true TargetRubyVersion: 2.7 Standard/SemanticBlocks: Enabled: false Style/FrozenStringLiteralComment: Enabled: true Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: no_comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: no_comma