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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| fileOrFolderToProcess | The file or folder to process | no | . |
| filesAndFoldersToIgnore | A list of directories to ignore. Supports glob patterns. | no | ["node_modules", ".git", "dist", ".github"] |
| maxCount | The maximum number of LOC for the sum of files | yes | — |
Outputs
| name | description |
|---|---|
| locs | The amount of LOC of your project without comments and empty lines |