Skip to content
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

Allow user to overwrite line-length flags for gfortran linter #924

Merged
merged 2 commits into from
Jun 22, 2023

Commits on Jun 22, 2023

  1. bug(linter): prepend default line length args instead of appending them

    Currently, the default line length arguments for the gfortran linter are appended AFTER the users extraArgs. Since in gfortran, the last occurrence of an argument that is passed multiple times will be taken, the default line length arguments will always overwrite what a user has explicitly set in extraArgs.
    
    By prepending the default line length arguments instead, a user should now have the possibility to overwrite the default.
    albertziegenhagel committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4a8cc9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3485ae0 View commit details
    Browse the repository at this point in the history