Sha256: e80e8147a3fafe04c3133b24bcee2f487c503cd074d35a2de9dbbacc5b49c8ec
Contents?: true
Size: 830 Bytes
Versions: 60
Compression:
Stored size: 830 Bytes
Contents
AllCops: TargetRubyVersion: 2.3 DisabledByDefault: true Exclude: - doc/**/*.rb - rake.gemspec Style/LineLength: Enabled: true Max: 120 Style/HashSyntax: Enabled: true Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/IndentationWidth: Enabled: true Style/Tab: Enabled: true Style/EmptyLines: Enabled: true Style/TrailingBlankLines: Enabled: true Style/TrailingWhitespace: Enabled: true Style/SpaceBeforeBlockBraces: Enabled: true Style/SpaceInsideBlockBraces: Enabled: true Style/SpaceInsideHashLiteralBraces: Enabled: true Style/CaseIndentation: Enabled: true Style/MultilineIfThen: Enabled: true Style/MethodDefParentheses: Enabled: true Style/BracesAroundHashParameters: Enabled: true Lint/EndAlignment: Enabled: true AlignWith: variable
Version data entries
60 entries across 55 versions & 8 rubygems