Sha256: a0226766c86248121ca7655e3db35722985f1734b0d864b8e57c6090ccd8a14d
Contents?: true
Size: 734 Bytes
Versions: 3
Compression:
Stored size: 734 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 # To respect rufo formatting Style/StringLiterals: EnforcedStyle: double_quotes Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: consistent_comma # 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-3.6.4 | .rubocop.yml |
gitlab-dangerfiles-3.6.3 | .rubocop.yml |
gitlab-dangerfiles-3.6.2 | .rubocop.yml |