Sha256: 3ceb27338b4f4ac8734ae20d02c04cdb9a6743fcb97db3b5c7caf2b7fd6c9e7a
Contents?: true
Size: 748 Bytes
Versions: 10
Compression:
Stored size: 748 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: DisplayCopNames: true TargetRubyVersion: 2.3 Layout/FirstParameterIndentation: Enabled: false Style/Alias: EnforcedStyle: prefer_alias_method Style/GuardClause: Enabled: false Style/HashSyntax: Exclude: - 'Rakefile' Style/IfUnlessModifier: Enabled: false Style/Next: Enabled: false Style/NumericLiterals: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: '%w': '[]' '%i': '[]' Style/RaiseArgs: EnforcedStyle: compact Style/SignalException: Enabled: false Style/TrailingCommaInArguments: Enabled: false Style/TrailingCommaInLiteral: Enabled: false Style/PredicateName: Enabled: false Performance/RedundantBlockCall: Enabled: false
Version data entries
10 entries across 10 versions & 1 rubygems