noaa-gfdl/Fortran Lint
Simple Fortran Lint, currently checks for trailing whitespace and Tab characters
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| failure | Cause action to fail if lint errors found | no | true |
| ftn_line_len | Max length allowed when checking Fortran files, including comments | no | 120 |
Outputs
| name | description |
|---|---|
| lintSuccess | indicates if the the lint processes passed (true) or failed (false) |