cphyc / fortran-linter

A simple fortran syntax checker, including automatic fixing of the code.
Other
31 stars 12 forks source link

Rules matching correct patterns #74

Open wiltonloch opened 1 year ago

wiltonloch commented 1 year ago

The rules for 'print' and 'write' also match the correct version of the expressions, which means that the linter never returns a non-zero value, even when applied on linted code.