Sha256: dd24f322e8e1b2efe7cc0fd61d3ea11ef59c4d09b0beee6fa2af5ace434343a0
Contents?: true
Size: 1.21 KB
Versions: 5
Compression:
Stored size: 1.21 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 # Max: 120 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/GlobalVars: Enabled: false Style/MixinUsage: Enabled: false Style/MultilineBlockChain: Enabled: false Style/SlicingWithRange: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: single_quotes
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
markdown_exec-1.3.3.5 | .rubocop.yml |
markdown_exec-1.3.3.4 | .rubocop.yml |
markdown_exec-1.3.3.3 | .rubocop.yml |
markdown_exec-1.3.3.2 | .rubocop.yml |
markdown_exec-1.3.3.1 | .rubocop.yml |