Sha256: 24a03771e0c0862503e475c11aaf884813f46110cbc097370335f318616e1b43
Contents?: true
Size: 1.16 KB
Versions: 7
Compression:
Stored size: 1.16 KB
Contents
--- AllCops: DisabledByDefault: true TargetRubyVersion: 2.3 Exclude: - spec/rails/**/* - gemfiles/vendor/bundle/**/* Include: - "**/*.rake" - "**/Gemfile" - "gemfiles/*.gemfile" - "**/Rakefile" DisplayCopNames: true StyleGuideCopsOnly: false Lint/EndAlignment: Enabled: true Layout/AccessModifierIndentation: Enabled: true Layout/CaseIndentation: Enabled: true Layout/CommentIndentation: Enabled: true Layout/ElseAlignment: Enabled: true Layout/EmptyLines: Enabled: true Layout/EndOfLine: Enabled: true Layout/ExtraSpacing: Enabled: true Style/Encoding: Enabled: true Style/HashSyntax: Enabled: true Layout/IndentationConsistency: Enabled: true Layout/IndentationWidth: Enabled: true Naming/PredicateName: Enabled: true NamePrefixBlacklist: - is_ - have_ NameWhitelist: - has_many - has_many_actions Style/TrailingCommaInArguments: Enabled: true Layout/TrailingBlankLines: Enabled: true Layout/TrailingWhitespace: Enabled: true Layout/SpaceAfterComma: Enabled: true Layout/SpaceAroundEqualsInParameterDefault: Enabled: true Layout/SpaceInsideParens: Enabled: true
Version data entries
7 entries across 7 versions & 2 rubygems