Sha256: 1bbc56cb0f3ca769aac64f87464a226c33938020507456c9535ca7c6aa6c07db
Contents?: true
Size: 1.6 KB
Versions: 1
Compression:
Stored size: 1.6 KB
Contents
require: - rubocop-minitest - rubocop-rake - rubocop-rspec AllCops: NewCops: enable TargetRubyVersion: 2.6 Layout/LeadingCommentSpace: Enabled: false Layout/LineContinuationLeadingSpace: Enabled: false Layout/LineLength: Max: 96 Lint/Debugger: Enabled: false Lint/SafeNavigationChain: Enabled: false Metrics/AbcSize: Enabled: false Metrics/BlockLength: Enabled: false Metrics/BlockNesting: Enabled: false Metrics/ClassLength: Enabled: false Metrics/CyclomaticComplexity: Enabled: false # Metrics/LayoutLength: # Enabled: false Metrics/MethodLength: Enabled: false Metrics/PerceivedComplexity: Enabled: false Minitest/MultipleAssertions: Enabled: false Naming/RescuedExceptionsVariableName: PreferredName: err Security/YAMLLoad: Enabled: false Style/CommentedKeyword: Enabled: false Style/DoubleNegation: Enabled: false Style/EmptyElse: Enabled: false Style/FormatStringToken: Enabled: false Style/GlobalVars: Enabled: false Style/Lambda: Enabled: false Style/MixinUsage: Enabled: false Style/MultilineBlockChain: Enabled: false Style/PerlBackrefs: # Prefer ::Regexp.last_match.post_match over $'. Enabled: false Style/RegexpLiteral: Enabled: false Style/Semicolon: # Do not use semicolons to terminate expressions. Enabled: false Style/SingleLineMethods: # Avoid single-line method definitions. Enabled: false Style/SlicingWithRange: Enabled: false Style/SpecialGlobalVars: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: single_quotes
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
markdown_exec-1.8.7 | .rubocop.yml |