You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linting should not be only for gfortran. It is relatively easy to add additional linters. The compiler arguments need to be adjusted and then a regex would need to be created for each supported compiler.
The text was updated successfully, but these errors were encountered:
and adds support for gfortran and ifort compilers
Fixes Rewrite settings interface #292
Fixes Add support for Intel and LLVM compilers #291
Fixes gfortran linter regex cannot display certain failures #295
and adds support for gfortran and ifort compilers
Fixes Rewrite settings interface #292
Fixes Add support for Intel and LLVM compilers #291
Fixes gfortran linter regex cannot display certain failures #295
Linting should not be only for gfortran. It is relatively easy to add additional linters. The compiler arguments need to be adjusted and then a regex would need to be created for each supported compiler.
The text was updated successfully, but these errors were encountered: