-
-
Notifications
You must be signed in to change notification settings - Fork 35
Linting does not work for fixed format files #258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
gnikit
added a commit
that referenced
this issue
Oct 1, 2021
Fixes Linting does not work for fixed format files #258
Merged
4 tasks
gnikit
added a commit
that referenced
this issue
Oct 1, 2021
Fixes Linting does not work for fixed format files #258
gnikit
added a commit
that referenced
this issue
Oct 3, 2021
Fixes Linting does not work for fixed format files #258
gnikit
added a commit
that referenced
this issue
Oct 12, 2021
Fixes Linting does not work for fixed format files #258
gnikit
added a commit
that referenced
this issue
Oct 15, 2021
Fixes Linting does not work for fixed format files #258
gnikit
added a commit
that referenced
this issue
Oct 19, 2021
Fixes Linting does not work for fixed format files #258
gnikit
added a commit
that referenced
this issue
Nov 9, 2021
Fixes Linting does not work for fixed format files #258
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Linting will not execute for fixed fortran files see
https://github.com/krvajal/vscode-fortran-support/blob/0b6021126d4b2f72d258b7700b962d5f8a0afc95/src/features/linter-provider.ts#L19-L24
Gfortran is capable of handling both fixed and free form so this should be changed.
The text was updated successfully, but these errors were encountered: