cphyc / fortran-linter

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

Allow certain rules to be deactivated #19

Open cphyc opened 3 years ago

cphyc commented 3 years ago

It would be great to be able to deactivate certain rules (similarly to how flake8 rules can be deactivated).

LecrisUT commented 1 year ago

+1 to this. The usual method is to have a .fortran-format.yaml where you read the rules you want to add/remove. Maybe check cmake-format for some tips.

Some implementation notes: