fortitude 0.3.0

A Fortran linter, written in Rust and installable with Python
Documentation
1
2
3
4
5
6
pub mod end_statements;
pub mod exit_labels;
pub mod line_length;
pub mod old_style_array_literal;
pub mod relational_operators;
pub mod whitespace;