fortran-linter
fortran-linter copied to clipboard
A simple fortran syntax checker, including automatic fixing of the code.
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.
It would be great to be able to deactivate certain rules (similarly to how flake8 rules can be deactivated).
Dear developer, Is there a way to enable fortran linting with this tool through ALE in vim? Something along the lines of: `let g:ale_linters = {'fortran':['fortran-linter']}` Thank you!
updates: - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.4)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.3...v0.6.5)