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

Rename post scripts #1038

Commits on Oct 4, 2022

  1. Rename post scripts

    Rename post scripts to remove the unnecessary "ncep" qualifier.
    WalterKolczynski-NOAA committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    2da9604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b8a123 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f870e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ed0dfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    137463f View commit details
    Browse the repository at this point in the history
  6. Disable variable assigned but not defined shellcheck

    Disables SC2154 (variable assigned but not defined).
    WalterKolczynski-NOAA committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    5877e7d View commit details
    Browse the repository at this point in the history
  7. Remove excess default variable setting

    With SC2154 turned off, the excessive usage of :? can be removed.
    WalterKolczynski-NOAA committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    6153acf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    234fe63 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2ac3e3 View commit details
    Browse the repository at this point in the history
  10. Disable shellcheck on sourced scripts

    Turns off shellcheck parsing sourced scripts and removes some shellcheck
    directives that are no longer necessary.
    WalterKolczynski-NOAA committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    9c199af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a0bb6cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f6bd60a View commit details
    Browse the repository at this point in the history
  13. Fix decimal treated as octal issue in post

    After linter modifications, a variable was being treated as an octal, resulting
    in the wrong result when adding.
    WalterKolczynski-NOAA committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    bdfa149 View commit details
    Browse the repository at this point in the history