fortitude

A Fortran linter for checking code style and common errors

brewmacoslinux
Try with needOr install directly
Source

About

Fortran linter

Commands

fortitude

Examples

Lint a single Fortran source file$ fortitude myprogram.f90
Lint all Fortran files in a directory$ fortitude src/
Lint with specific rules and output format$ fortitude --output json myprogram.f90