talemke/GLua Linter
Lints your GLua files and checks them for errors.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Which directory to lint. | no | / |
| failOnWarning | Whether to fail if any warnings occur | no | false |
| lint_maxScopeDepth | lint_maxScopeDepth | no | 7 |
| lint_syntaxErrors | lint_syntaxErrors | no | true |
| lint_syntaxInconsistencies | lint_syntaxInconsistencies | no | true |
| lint_deprecated | lint_deprecated | no | true |
| lint_trailingWhitespace | lint_trailingWhitespace | no | true |
| lint_whitespaceStyle | lint_whitespaceStyle | no | true |
| lint_beginnerMistakes | lint_beginnerMistakes | no | true |
| lint_emptyBlocks | lint_emptyBlocks | no | true |
| lint_shadowing | lint_shadowing | no | true |
| lint_gotos | lint_gotos | no | true |
| lint_doubleNegations | lint_doubleNegations | no | true |
| lint_redundantIfStatements | lint_redundantIfStatements | no | true |
| lint_redundantParentheses | lint_redundantParentheses | no | true |
| lint_duplicateTableKeys | lint_duplicateTableKeys | no | true |
| lint_profanity | lint_profanity | no | true |
| lint_unusedVars | lint_unusedVars | no | true |
| lint_unusedParameters | lint_unusedParameters | no | true |
| lint_unusedLoopVars | lint_unusedLoopVars | no | true |
Outputs
no outputs