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

Upgrade "boolean-trivia" lint to new "argument-trivia" lint that uses type info, has quick fixes, etc. #53002

Merged
merged 29 commits into from
Mar 23, 2023

Commits on Feb 27, 2023

  1. Remove some special cases

    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b4429fa View commit details
    Browse the repository at this point in the history
  2. Also check NewExpressions

    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    535145f View commit details
    Browse the repository at this point in the history
  3. Use type info

    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    09c2548 View commit details
    Browse the repository at this point in the history
  4. Rename, quickfix

    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b8629b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db07b13 View commit details
    Browse the repository at this point in the history
  6. Fix rename

    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f1e06ed View commit details
    Browse the repository at this point in the history
  7. Allow JSDoc for now

    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    5dfa6a2 View commit details
    Browse the repository at this point in the history
  8. Move again

    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    cda5c40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ae67d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b39be75 View commit details
    Browse the repository at this point in the history
  11. Remove TODO

    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    90badae View commit details
    Browse the repository at this point in the history
  12. Update tests

    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    1df2cea View commit details
    Browse the repository at this point in the history
  13. Fix all lints

    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    981991e View commit details
    Browse the repository at this point in the history
  14. Remove unused

    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    9c6f33e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e2492ca View commit details
    Browse the repository at this point in the history
  16. Revert "Fix all lints"

    This reverts commit 981991e.
    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    6b7bdfb View commit details
    Browse the repository at this point in the history
  17. Just replace name

    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f3596ba View commit details
    Browse the repository at this point in the history
  18. Re-fix

    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    88334c0 View commit details
    Browse the repository at this point in the history
  19. Do replace later

    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    0875de4 View commit details
    Browse the repository at this point in the history
  20. Remove underscore at start

    jakebailey committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    4690507 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. PR feedback

    jakebailey committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    541e808 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    jakebailey committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    81e4208 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    1f67de8 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    2ad916f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    1fa5786 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d21516 View commit details
    Browse the repository at this point in the history
  3. Simplify

    jakebailey committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    c3496df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9930669 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    0c9e58e View commit details
    Browse the repository at this point in the history