Sha256: 58ce9d0a2f74b99d8ab44c29e11fc9946abdda4442d00c955e049ffd2bd29cd3
Contents?: true
Size: 1005 Bytes
Versions: 3
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: 35 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gitlab-dangerfiles-4.1.0 | .rubocop.yml |
gitlab-dangerfiles-4.0.0 | .rubocop.yml |
gitlab-dangerfiles-3.13.0 | .rubocop.yml |