Sha256: e8a79e44ff5b30227033201335aa48bf4eac7a9d070ded1549ffb68e00b11d00
Contents?: true
Size: 1.44 KB
Versions: 8
Compression:
Stored size: 1.44 KB
Contents
AllCops: DisabledByDefault: true Exclude: - 'bundler/**/*' - 'lib/rubygems/resolver/molinillo/**/*' - 'pkg/**/*' - 'tmp/**/*' TargetRubyVersion: 2.3 Layout/AccessModifierIndentation: Enabled: true Layout/AlignArray: Enabled: true Layout/BlockAlignment: Enabled: true Layout/CaseIndentation: Enabled: true Layout/ClosingParenthesisIndentation: Enabled: true Layout/CommentIndentation: Enabled: true Layout/ElseAlignment: Enabled: true Layout/EmptyLinesAroundAccessModifier: Enabled: true # Force Unix line endings. Layout/EndOfLine: Enabled: true EnforcedStyle: lf Layout/EmptyLines: Enabled: true Layout/EmptyLinesAroundClassBody: Enabled: true EnforcedStyle: empty_lines_except_namespace Layout/EmptyLinesAroundMethodBody: Enabled: true Layout/IndentFirstHashElement: Enabled: true EnforcedStyle: consistent Layout/IndentFirstArrayElement: Enabled: true EnforcedStyle: consistent Layout/IndentationConsistency: Enabled: true Layout/IndentationWidth: Enabled: true Layout/SpaceAroundOperators: Enabled: true Layout/SpaceInsideParens: Enabled: true Layout/TrailingBlankLines: Enabled: true Layout/TrailingWhitespace: Enabled: true Lint/DuplicateMethods: Enabled: true Lint/ParenthesesAsGroupedExpression: Enabled: true Style/MethodDefParentheses: Enabled: true Style/MultilineIfThen: Enabled: true Style/MutableConstant: Enabled: true Style/BlockDelimiters: Enabled: true
Version data entries
8 entries across 8 versions & 1 rubygems