Sha256: 8e33839c41b453b7fcacb2d4901259030f4582f9b5071a21e7f95cdda3ebb0d6
Contents?: true
Size: 816 Bytes
Versions: 4
Compression:
Stored size: 816 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: Include: - config.ru - Rakefile Exclude: - .*/**/* # Limit lines to 80 characters. LineLength: Max: 80 ClassLength: Max: 200 # Avoid single-line methods. SingleLineMethods: AllowIfMethodIsEmpty: true # Wants underscores in all large numbers. Pain in the ass for things like # unix timestamps. NumericLiterals: Enabled: false # Wants you to use the same argument names for every reduce. This seems kinda # naff compared to naming them semantically 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 Style/DotPosition: EnforcedStyle: 'trailing'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ibandit-0.3.1 | .rubocop.yml |
ibandit-0.3.0 | .rubocop.yml |
ibandit-0.2.1 | .rubocop.yml |
ibandit-0.2.0 | .rubocop.yml |