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

[REVIEW] - Adds test for switch config types #784

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

Commits on Sep 29, 2024

  1. Removes newlines from switch configs

    Result of running script to remove backslashes
    
    ```bash
    find . -type f -exec sed -i ':a;N;$!ba;s/\\\n\s*//g' {} \;
    ```
    cjmakes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    049669f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. moves comments to new column

    cjmakes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7318473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    928c8f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cf1448 View commit details
    Browse the repository at this point in the history
  4. test link type

    cjmakes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2830b53 View commit details
    Browse the repository at this point in the history
  5. skips comments

    cjmakes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    38d8132 View commit details
    Browse the repository at this point in the history
  6. skip blanks

    cjmakes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c9624e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. linter formatting

    cjmakes committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e7bf430 View commit details
    Browse the repository at this point in the history