Sha256: aa61062ebf7b8e1afc11c03c81690cba0f3ca252fe825e2f2a2984f440d86f33
Contents?: true
Size: 997 Bytes
Versions: 1
Compression:
Stored size: 997 Bytes
Contents
AllCops: Include: - '**/Rakefile' Exclude: - 'bin/*' - 'Gemfile' NewCops: enable # Accept single-line methods with no body SingleLineMethods: AllowIfMethodIsEmpty: true # Top-level documentation of classes and modules are needless Documentation: Enabled: false # Allow to chain of block after another block that spans multiple lines MultilineBlockChain: Enabled: false # Allow `->` literal for multi line blocks Lambda: Enabled: false # Both nested and compact are okay ClassAndModuleChildren: Enabled: false # Specifying param names is unnecessary Style/SingleLineBlockParams: Enabled: false # Allow using `{...}` for anytime Style/BlockDelimiters: Enabled: false # Prefer Kernel#sprintf FormatString: EnforcedStyle: sprintf # Maximum method length MethodLength: Max: 20 # Tuned to MethodLength Metrics/AbcSize: Max: 30 # Prefer double_quotes strings unless your string literal contains escape chars StringLiterals: EnforcedStyle: double_quotes
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
holidays_from_google_calendar-1.0.0 | .rubocop.yml |