Sha256: c234c90a2be0c7f6c11c131c7af03dfc51e55129a8386f4cf4e36424af15e9ba
Contents?: true
Size: 1005 Bytes
Versions: 6
Compression:
Stored size: 1005 Bytes
Contents
inherit_from: .rubocop_todo.yml inherit_gem: gitlab-styles: - rubocop-default.yml AllCops: TargetRubyVersion: <%= RUBY_VERSION[/^\d+\.\d+/, 0] %> NewCops: enable # Disables Rails cops. Rails: Enabled: false # Disables Rails-related cops CodeReuse/ActiveRecord: Enabled: false Layout/LineLength: Enabled: false RSpec/MultipleMemoizedHelpers: Max: 30 RSpec/FilePath: Enabled: false Style/HashSyntax: EnforcedStyle: ruby19_no_mixed_keys # Introduced in Ruby 3.1. Disable for now. EnforcedShorthandSyntax: never # To respect rufo formatting Style/StringLiterals: EnforcedStyle: double_quotes # To respect rufo formatting Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: consistent_comma # To respect rufo formatting Style/TrailingCommaInArguments: Enabled: false # To respect rufo formatting Layout/MultilineOperationIndentation: Enabled: false # Was problematic, and not included in the .rubocop_todo.yml GitlabSecurity/PublicSend: Enabled: false
Version data entries
6 entries across 6 versions & 1 rubygems