mdsmith
Esc
    v0.52.0 GitHub
    MDS022 structural ready

    MDS022: max-file-length

    File must not exceed maximum number of lines.

    # Settings

    SettingTypeDefaultDescription
    maxint300Maximum lines allowed

    # Config

    rules:
      max-file-length:
        max: 500

    Disable:

    rules:
      max-file-length: false

    # Examples

    # Good

    # Title
    
    Short file within the limit.
    
    One more line.

    # Bad

    # Title
    
    Short text.
    Extra line.

    # Meta-Information

    • ID: MDS022
    • Name: max-file-length
    • Status: ready
    • Default: enabled, max: 300
    • Fixable: no
    • Implementation: source
    • Category: structural