Skip to content

bug(lint): adds fix for old GFortra 4.x.x #823

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

Merged
merged 3 commits into from
Feb 5, 2023
Merged

Conversation

gnikit
Copy link
Member

@gnikit gnikit commented Feb 5, 2023

Fixes #813

GFortran v4.x.x used a dot (.) instead of a : to indicate the
column number where an error occurred
@codecov
Copy link

codecov bot commented Feb 5, 2023

Codecov Report

Merging #823 (3d20cf1) into main (345072f) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #823   +/-   ##
=======================================
  Coverage   82.82%   82.82%           
=======================================
  Files          12       12           
  Lines        2276     2276           
  Branches      200      201    +1     
=======================================
  Hits         1885     1885           
  Misses        384      384           
  Partials        7        7           
Impacted Files Coverage Δ
src/lib/linters.ts 99.29% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@gnikit gnikit merged commit 3a6b8e4 into main Feb 5, 2023
@gnikit gnikit deleted the bug/gfortran-4.x.x branch February 5, 2023 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(linter): GFortran 4.x.x support
1 participant