Sha256: f3165167bd8ce52abbb4e5fb16fce022db51456341851806b115464b64be0ec7
Contents?: true
Size: 1.24 KB
Versions: 6
Compression:
Stored size: 1.24 KB
Contents
AllCops: Exclude: - '**/**/*_pb.rb' # auto-generated - "vendor/**/*" DisplayCopNames: true TargetRubyVersion: 2.5 Style/AndOr: EnforcedStyle: conditionals Style/AsciiComments: Enabled: false Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/EmptyElse: EnforcedStyle: empty Style/FormatString: EnforcedStyle: percent Style/IfUnlessModifier: Enabled: false Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Style/SafeNavigation: Enabled: false Naming/PredicateName: NamePrefixBlacklist: - "is_" - "have_" NamePrefix: - "is_" - "have_" Style/SignalException: EnforcedStyle: only_raise Style/SingleLineBlockParams: Enabled: false Style/NumericLiterals: Enabled: false Style/GuardClause: Enabled: false Style/NumericPredicate: Enabled: false Metrics/ParameterLists: CountKeywordArgs: false Lint/UnderscorePrefixedVariableName: Enabled: false Metrics/AbcSize: Max: 50 Metrics/CyclomaticComplexity: Max: 10 Metrics/LineLength: Max: 160 Metrics/MethodLength: Max: 40 Metrics/PerceivedComplexity: Max: 20 Metrics/ClassLength: Max: 200 Metrics/BlockLength: Max: 40
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
griffin-0.1.4 | .rubocop.yml |
griffin-0.1.3 | .rubocop.yml |
griffin-0.1.2 | .rubocop.yml |
griffin-0.1.1 | .rubocop.yml |
grpc_kit-0.1.2 | .rubocop.yml |
grpc_kit-0.1.1 | .rubocop.yml |