This tool aims to do code transformations and create warnings. It is python based to be very usable and not production ready.
IT CAN NOT BE TRUSTED!
- warn for missing
implicit none
- warn for usage of
FORMAT
labels
- format variable declarations to align
::
- align trailing comments
- fortran-syntax Linter
- fprettify CodeFormatter
- CamFort Verification
The formatting capabilities are not very advanced, but complement fprettify
.
Use fprettify
for most of the formatting and use flint
afterwards for
specific issues.