Sha256: 6dd90883d3f6e9cbbd2424c16de72112b1fbc6d9696a94d4613a2876181041d0

Contents?: true

Size: 737 Bytes

Versions: 4

Compression:

Stored size: 737 Bytes

Contents

AllCops:
    NewCops: enable
    TargetRubyVersion: 2.6
    Exclude:
        - 'test/**/*'
        - 'vendor/**/*'

Naming/FileName:
    Enabled: false

Style/Documentation:
    Enabled: false

Style/StringLiterals:
    Enabled: true
    EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
    Enabled: true
    EnforcedStyle: double_quotes

Layout/LineLength:
    Max: 120

Metrics/AbcSize:
    Exclude:
        - 'lib/rails-mermaid_erd_markdown/configuration.rb'
        - 'lib/rails-mermaid_erd_markdown/source_data.rb'
        - 'lib/rails-mermaid_erd_markdown/generator.rb'

Metrics/ClassLength:
    Max: 125

Metrics/MethodLength:
    Max: 25
    Exclude:
        - 'lib/rails-mermaid_erd_markdown/configuration.rb'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails-mermaid_erd_markdown-0.4.0 .rubocop.yml
rails-mermaid_erd_markdown-0.3.2 .rubocop.yml
rails-mermaid_erd_markdown-0.3.1 .rubocop.yml
rails-mermaid_erd_markdown-0.3.0 .rubocop.yml