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

[Fix #9519] Disable all cop department with directive comment #9626

Merged
merged 15 commits into from Jun 14, 2021

Commits on Jun 13, 2021

  1. Disable all cop department with directive comment

    Co-authored-by: Daniel Vandersluis <daniel.vandersluis@gmail.com>
    Andrei Eres and dvandersluis committed Jun 13, 2021
    Copy the full SHA
    4311870 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    28f3def View commit details
    Browse the repository at this point in the history
  3. Add disabled_all to DirectiveComment

    Andrei Eres committed Jun 13, 2021
    Copy the full SHA
    7f30bd1 View commit details
    Browse the repository at this point in the history
  4. Refactor RedundantCopDisableDirective

    Andrei Eres committed Jun 13, 2021
    Copy the full SHA
    a721359 View commit details
    Browse the repository at this point in the history
  5. Add department names to DirectiveComment

    Andrei Eres committed Jun 13, 2021
    Copy the full SHA
    020a7f4 View commit details
    Browse the repository at this point in the history
  6. Skip range if department disabled

    Andrei Eres committed Jun 13, 2021
    Copy the full SHA
    d6d920b View commit details
    Browse the repository at this point in the history
  7. Add directive count to DirectiveComment

    Andrei Eres committed Jun 13, 2021
    Copy the full SHA
    7bd51e0 View commit details
    Browse the repository at this point in the history
  8. Correct directive comments with disabled department

    Andrei Eres committed Jun 13, 2021
    Copy the full SHA
    f153c51 View commit details
    Browse the repository at this point in the history
  9. Add in_directive_department? to DirectiveComment

    Andrei Eres committed Jun 13, 2021
    Copy the full SHA
    ab643ef View commit details
    Browse the repository at this point in the history
  10. Register missing department enable directive

    Andrei Eres committed Jun 13, 2021
    Copy the full SHA
    e0dbb3a View commit details
    Browse the repository at this point in the history
  11. Add overridden_by_department? to DirectiveComment

    Andrei Eres committed Jun 13, 2021
    Copy the full SHA
    e93be61 View commit details
    Browse the repository at this point in the history
  12. Correct redundant department enable directive

    Andrei Eres committed Jun 13, 2021
    Copy the full SHA
    cdd70b7 View commit details
    Browse the repository at this point in the history
  13. Correct redundant disable cop duplicated by department

    Andrei Eres committed Jun 13, 2021
    Copy the full SHA
    0599621 View commit details
    Browse the repository at this point in the history
  14. Test extra cases for redundant cop enable directive

    Andrei Eres committed Jun 13, 2021
    Copy the full SHA
    b7d75ac View commit details
    Browse the repository at this point in the history
  15. Unify DirectiveComment specs

    Andrei Eres committed Jun 13, 2021
    Copy the full SHA
    5a7b8f5 View commit details
    Browse the repository at this point in the history