Sha256: dc0fc8998cae0645a99a64186ad75dfdb3f2a45f006d5a35ccebefa0a529d57b
Contents?: true
Size: 1.13 KB
Versions: 4
Compression:
Stored size: 1.13 KB
Contents
Metrics/LineLength: Description: 'Limit lines to 120 characters.' Max: 120 IgnoredPatterns: ['\A#', '\A([ ]{2}|[ ]{4})#'] Style/EachWithObject: Enabled: false Layout/SpaceBeforeFirstArg: Enabled: false Style/BracesAroundHashParameters: Enabled: false Layout/IndentHash: EnforcedStyle: consistent Layout/AlignHash: Severity: fatal Enabled: true EnforcedHashRocketStyle: table EnforcedColonStyle: table Layout/AlignParameters: EnforcedStyle: with_fixed_indentation Style/StringLiterals: EnforcedStyle: single_quotes Style/CollectionMethods: PreferredMethods: collect: 'map' collect!: 'map!' inject: 'reduce' detect: 'find' find_all: 'select' Layout/DotPosition: EnforcedStyle: leading Style/DoubleNegation: Enabled: false Layout/SpaceAroundOperators: # When true, allows most uses of extra spacing if the intent is to align # with an operator on the previous or next line, not counting empty lines # or comment lines. AllowForAlignment: true Style/FrozenStringLiteralComment: Enabled: false AllCops: Exclude: - '*.gemspec' - 'vendor/**/*' - 'spec/**/*' - 'tmp/**/*'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
parliament-ntriple-0.5.1 | .rubocop.yml |
parliament-ntriple-0.5.0 | .rubocop.yml |
parliament-ntriple-0.4.0 | .rubocop.yml |
parliament-ntriple-0.3.0 | .rubocop.yml |