Sha256: f982a8c248a385a5543c6c4d746d9a384b12ddc195bb0a7f378b90399f4429ed
Contents?: true
Size: 1.22 KB
Versions: 3
Compression:
Stored size: 1.22 KB
Contents
--- AllCops: TargetRubyVersion: 2.0 DisplayCopNames: true Exclude: - 'tmp/**/*' - 'coverage/**/*' #------------------------------------------------------------------------------- # Project standards #------------------------------------------------------------------------------- StringLiterals: EnforcedStyle: single_quotes Enabled: true DotPosition: Description: 'Checks the position of the dot in multi-line method calls.' EnforcedStyle: leading Enabled: true Documentation: Description: 'Document classes and non-namespace modules.' Enabled: false FileName: Description: 'Use snake_case for source file names.' Enabled: true Style/ExtraSpacing: Description: 'Do not use unnecessary spacing.' Enabled: true Lint/LiteralInInterpolation: Description: 'Avoid interpolating literals in strings' AutoCorrect: true Style/PercentLiteralDelimiters: # Hound and CodeClimate are currently using an old version of Rubocop with # different defaults, so we set them explicitly here. PreferredDelimiters: default: () '%i': '[]' '%I': '[]' '%r': '{}' '%w': '[]' '%W': '[]' Metrics/LineLength: Max: 120 Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb' - '*.gemspec'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
resque-rate_limited-1.2.4 | .rubocop.yml |
resque-rate_limited-1.2.3 | .rubocop.yml |
resque-rate_limited-1.2.2 | .rubocop.yml |