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

Shellcheck and shfmt on bash scripts #204

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on May 6, 2024

  1. MNT: Shellchecking bash scripts

    Kaushik Malapati authored and Kaushik Malapati committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6ce2736 View commit details
    Browse the repository at this point in the history
  2. Tentatively adding shellfmt to precommit

    Kaushik Malapati authored and Kaushik Malapati committed May 6, 2024
    Configuration menu
    Copy the full SHA
    273ecd5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Update scripts/takepeds

    Co-authored-by: Zachary Lentz <ZLLentz@users.noreply.github.com>
    KaushikMalapati and ZLLentz authored May 13, 2024
    Configuration menu
    Copy the full SHA
    6a5b329 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. MNT: Shellchecking bash scripts

    Kaushik Malapati authored and Kaushik Malapati committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    57a61f8 View commit details
    Browse the repository at this point in the history
  2. Tentatively adding shellfmt to precommit

    Kaushik Malapati authored and Kaushik Malapati committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f32309b View commit details
    Browse the repository at this point in the history
  3. Update scripts/takepeds

    Co-authored-by: Zachary Lentz <ZLLentz@users.noreply.github.com>
    2 people authored and Kaushik Malapati committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    182778a View commit details
    Browse the repository at this point in the history
  4. Merging README.md

    Kaushik Malapati committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    0e3520b View commit details
    Browse the repository at this point in the history
  5. Exporting potentially unused variables, ignoring cd warning

    Kaushik Malapati committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    57616f7 View commit details
    Browse the repository at this point in the history
  6. Running shfmt on everything

    Kaushik Malapati authored and Kaushik Malapati committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1b284de View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Replacing reg with cds

    Kaushik Malapati authored and Kaushik Malapati committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    23fef11 View commit details
    Browse the repository at this point in the history
  2. Accidentally added a c

    Kaushik Malapati authored and Kaushik Malapati committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3dba6ea View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Revert afs-remote-fix link, deleting some exports and unused variable…

    …s, disabling warnings on others
    Kaushik Malapati authored and Kaushik Malapati committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    484b89f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Using :upper: and :lower: instead of A-Z and a-z for SC2018 and SC2019

    Kaushik Malapati authored and Kaushik Malapati committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    556db88 View commit details
    Browse the repository at this point in the history
  2. Manually disabling SC2164 lines and updating global disables

    Kaushik Malapati authored and Kaushik Malapati committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    bcb408c View commit details
    Browse the repository at this point in the history
  3. Adjusting some print statements

    Kaushik Malapati authored and Kaushik Malapati committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    f6877c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Removing comment

    Kaushik Malapati authored and Kaushik Malapati committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9417a8a View commit details
    Browse the repository at this point in the history
  2. Checking exit code directly

    Kaushik Malapati authored and Kaushik Malapati committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d199146 View commit details
    Browse the repository at this point in the history
  3. Fixing misspelling

    Kaushik Malapati authored and Kaushik Malapati committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    35bfa4a View commit details
    Browse the repository at this point in the history
  4. Reverting /cds/group to /reg/g in sed replacement

    Kaushik Malapati authored and Kaushik Malapati committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    01ee672 View commit details
    Browse the repository at this point in the history
  5. Checking for nonzero exit code, not command success

    Kaushik Malapati authored and Kaushik Malapati committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2a429fb View commit details
    Browse the repository at this point in the history
  6. Adjusting printed output and putting space in parameter expansion

    Kaushik Malapati authored and Kaushik Malapati committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6f4d487 View commit details
    Browse the repository at this point in the history