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

Add switch-case-braces rule #1902

Merged
merged 15 commits into from
Sep 20, 2022
Merged

Commits on Sep 19, 2022

  1. Add switch-case-braces rule

    fisker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    126ae3c View commit details
    Browse the repository at this point in the history
  2. Add test

    fisker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    981d6a6 View commit details
    Browse the repository at this point in the history
  3. Fix

    fisker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    0dca5f0 View commit details
    Browse the repository at this point in the history
  4. Add docs

    fisker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    0c8d44e View commit details
    Browse the repository at this point in the history
  5. One more case

    fisker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    dbd03a3 View commit details
    Browse the repository at this point in the history
  6. Linting

    fisker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    90e2483 View commit details
    Browse the repository at this point in the history
  7. Make fix "prettier"

    fisker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    7e2ee6f View commit details
    Browse the repository at this point in the history
  8. Linting

    fisker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    94c3e2a View commit details
    Browse the repository at this point in the history
  9. More tests

    fisker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    d18ed43 View commit details
    Browse the repository at this point in the history
  10. Better location to report

    fisker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    3dbb585 View commit details
    Browse the repository at this point in the history
  11. Better location

    fisker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    875c40b View commit details
    Browse the repository at this point in the history
  12. Remove the space

    fisker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    1a741cb View commit details
    Browse the repository at this point in the history
  13. Improve message id

    fisker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    d67aed6 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Apply auto-fix

    fisker committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    0c57e27 View commit details
    Browse the repository at this point in the history
  2. Make xo happy

    fisker committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    500099e View commit details
    Browse the repository at this point in the history