cphyc / fortran-linter

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

Make FORD Compatible #86

Closed jatkinson1000 closed 10 months ago

jatkinson1000 commented 1 year ago

Hi, I really like this tool, thank you!

A lot of Fortran programmers use FORD to generate documentation for projects.

This relies on using !! or !> to denote FORD comments, which gets picked up as an error by the linter due to not having a space after the first !.

It would be great if the linter could be made FORD compatible and suppress warnings in these cases.

cphyc commented 1 year ago

Hi! Thanks for the feedback. I don't have much time to dedicate to the project anymore, but I'd be more than happy to include a Pull Request!

jatkinson1000 commented 1 year ago

PR opened, thanks for considering. Keen to use this in my projects!