Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panadestein/sublimelinterfortran
A minimal Fortran linter for Sublime Text
https://github.com/panadestein/sublimelinterfortran
Last synced: 1 day ago
JSON representation
A minimal Fortran linter for Sublime Text
- Host: GitHub
- URL: https://github.com/panadestein/sublimelinterfortran
- Owner: Panadestein
- License: mit
- Created: 2020-03-30T11:24:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T21:59:45.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T22:35:23.460Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
-----------------------------------------------------------------
SublimeLinterFortran
================================Small [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) plugin for Fortran. It works best on free-format Fortran files and provides minimal linting capabilities. For something more complete, see the [SublimeFortran](https://github.com/315234/SublimeFortran.git) project.
## Installation
Clone this repo into your `Packages` directory.
### Requirements
You need to have `SublimeLinter` and `gfortran` on your system for the plugin to work. In addition, ensure that `gfortran` is available on SublimeLinter's path. See the docs for [troubleshooting PATH configuration](http://sublimelinter.readthedocs.io/en/latest/troubleshooting.html#finding-a-linter-executable).
## Settings
- SublimeLinter settings: http://sublimelinter.readthedocs.org/en/latest/settings.html
- Linter settings: http://sublimelinter.readthedocs.org/en/latest/linter_settings.html