Sha256: b587f23dce683f3e82b3a29bc70842338499748eef88eb581434aae518893802
Contents?: true
Size: 927 Bytes
Versions: 3
Compression:
Stored size: 927 Bytes
Contents
inherit_from: .rubocop_todo.yml inherit_gem: gc_ruboconfig: rubocop.yml AllCops: TargetRubyVersion: 2.4 # Limit lines to 80 characters. Layout/LineLength: Max: 80 Metrics/ClassLength: Max: 400 # Avoid single-line methods. Style/SingleLineMethods: AllowIfMethodIsEmpty: true # Wants underscores in all large numbers. Pain in the ass for things like # unix timestamps. Style/NumericLiterals: Enabled: false # Wants you to use the same argument names for every reduce. This seems kinda # naff compared to naming them semantically Style/SingleLineBlockParams: Enabled: false Style/SignalException: EnforcedStyle: 'only_raise' # Wants to exclude accents from comments Style/AsciiComments: Enabled: false # Configuration parameters: CountComments. Metrics/MethodLength: Max: 25 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 400 Layout/DotPosition: EnforcedStyle: 'trailing'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ibandit-1.1.0.1 | .rubocop.yml |
ibandit-1.1.0 | .rubocop.yml |
ibandit-1.0.2 | .rubocop.yml |