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

Implement NOOP_METHOD_CALL lint #80723

Merged
merged 20 commits into from
Mar 5, 2021
Merged

Implement NOOP_METHOD_CALL lint #80723

merged 20 commits into from
Mar 5, 2021

Commits on Mar 3, 2021

  1. First version of noop-lint

    rylev committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    040735c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f49ed7a View commit details
    Browse the repository at this point in the history
  3. Fix tests

    rylev committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    a6d926d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    618c395 View commit details
    Browse the repository at this point in the history
  5. Fix ui-full-deps suite

    rylev committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    3a86184 View commit details
    Browse the repository at this point in the history
  6. Fix core tests

    rylev committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    ee65416 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3b49c2 View commit details
    Browse the repository at this point in the history
  8. Fix std tests

    rylev committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    c5ff54c View commit details
    Browse the repository at this point in the history
  9. Improve warning

    rylev committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    217c886 View commit details
    Browse the repository at this point in the history
  10. Fix tidy errors

    rylev committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    16c4afb View commit details
    Browse the repository at this point in the history
  11. Update error message

    rylev committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    95e330b View commit details
    Browse the repository at this point in the history
  12. Fix tidy error

    rylev committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    316e9db View commit details
    Browse the repository at this point in the history
  13. Improve error messages

    rylev committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    49f32e0 View commit details
    Browse the repository at this point in the history
  14. Increase accuracy of lint trigger

    estebank authored and rylev committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    e48670c View commit details
    Browse the repository at this point in the history
  15. Clean up code rightward drift

    estebank authored and rylev committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    055db16 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4be7052 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6bf6652 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    da3995f View commit details
    Browse the repository at this point in the history
  19. Fix borrow and deref

    rylev committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    1999a31 View commit details
    Browse the repository at this point in the history
  20. Warn in doc test

    rylev committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    25637b2 View commit details
    Browse the repository at this point in the history