Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

function-max-size should also allow to exclude comments and empty lines #28

@SemProvoost

Description

@SemProvoost

for file-max-size, we can do this:

    "file-max-size": {
      "max-lines": 200,
      "include-comments": false,
      "include-empty-lines": false
    },

if we do this for function-max-size this doesn't work.
Would it be possible to add this functionality as well? (to avoid including comments/empty lines)

Thanks! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions