Add support for checking Fortran syntax with GCC. Mad respect for the mathematicians.

This commit is contained in:
w0rp
2016-09-18 19:19:40 +01:00
parent 0bc4b4c14c
commit 9553c24fa0
2 changed files with 69 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ name. That seems to be the fairest way to arrange this table.
| Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set) |
| Bourne Shell | [-n flag](http://linux.die.net/man/1/sh) |
| D | [dmd](https://dlang.org/dmd-linux.html) |
| Fortran | [gcc](https://gcc.gnu.org/) |
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/) |
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |