actions-marketplace-validations/Lines Of Code Alert

Github Action that throws an error when the specified maximum LOC count is reached by any file

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
fileOrFolderToProcessThe file or folder to processno.
filesAndFoldersToIgnoreA list of directories to ignore. Supports glob patterns.no["node_modules", ".git", "dist", ".github"]
maxCountThe maximum number of LOC for the sum of filesyes
namedescription
locsThe amount of LOC of your project without comments and empty lines