PlasmaFAIR / fortitude

A Fortran linter, written in Rust and installable with Python.
MIT License
10 stars 1 forks source link

Other linters #79

Open ZedThree opened 2 weeks ago

ZedThree commented 2 weeks ago

Just a list of other linters to look at for inspiration on new rules:

Others: https://github.com/Beliavsky/Fortran-tools-on-GitHub?tab=readme-ov-file#static-analysis

ZedThree commented 2 weeks ago

Modern Fortran Explained has a list of deprecated and obsolete features

ZedThree commented 1 week ago

There are probably various coding style guidelines out there that might be useful too, e.g. https://github.com/Warwick-Plasma/epoch/blob/main/CODING_STYLE, https://castep-docs.github.io/castep-docs/developer/style_guide/

ZedThree commented 1 week ago