Sha256: c659c0fd6a4aca89b57d387661c654d9cad0128265a50314120aea1219d7c8ac
Contents?: true
Size: 940 Bytes
Versions: 15
Compression:
Stored size: 940 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: DisplayCopNames: true TargetRubyVersion: 2.3 Layout/FirstParameterIndentation: Enabled: false Naming/PredicateName: Enabled: false Naming/UncommunicativeMethodParamName: Enabled: false Naming/MemoizedInstanceVariableName: 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/StderrPuts: Enabled: false Style/TrailingCommaInArguments: Enabled: false Style/TrailingCommaInArrayLiteral: Enabled: false Style/TrailingCommaInHashLiteral: Enabled: false Performance/RedundantBlockCall: Enabled: false
Version data entries
15 entries across 15 versions & 1 rubygems