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

feat: Support custom severity when reporting unused disable directives #17212

Merged
merged 61 commits into from Dec 14, 2023

Commits on May 24, 2023

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

Commits on Nov 5, 2023

  1. Merge branch 'main' into rfc-100-part1

    * main: (248 commits)
      Revert "chore: remove metascraper (eslint#17707)" (eslint#17708)
      8.53.0
      Build: changelog update for 8.53.0
      chore: remove metascraper (eslint#17707)
      chore: Update dependencies (eslint#17706)
      chore: package.json update for @eslint/js release
      docs: change position of return to top button (eslint#17688)
      feat: Deprecate formatting rules (eslint#17696)
      test: fix ESLint tests for caching (eslint#17699)
      feat: Add suggestions for no-prototype-builtins (eslint#17677)
      docs: update twitter icon to new X icon (eslint#17687)
      fix: ensure that exit code for fatal errors is not overwritten (eslint#17683)
      docs: Update README
      docs: Fix tabs in rule examples (eslint#17653)
      docs: explained rule fixers and suggestions (eslint#17657)
      ci: bump actions/setup-node from 3 to 4 (eslint#17676)
      fix: add `;` after JSX nodes in  `no-object-constructor` autofix (eslint#17672)
      ci: run tests in Node.js 21 (eslint#17673)
      8.52.0
      Build: changelog update for 8.52.0
      ...
    bmish committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    9d70807 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. fix test

    bmish committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3e3d482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cb8616 View commit details
    Browse the repository at this point in the history
  3. improve schema

    bmish committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    4b8ce60 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. wip

    bmish committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    d185024 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Merge branch 'main' into rfc-100-part1

    * main: (37 commits)
      8.55.0
      Build: changelog update for 8.55.0
      chore: upgrade @eslint/js@8.55.0 (eslint#17811)
      chore: package.json update for @eslint/js release
      chore: upgrade @eslint/eslintrc@2.1.4 (eslint#17799)
      feat: importNamePattern option in no-restricted-imports (eslint#17721)
      docs: fix typo `--rules` -> `--rule` (eslint#17806)
      ci: pin Node.js 21.2.0 (eslint#17809)
      chore: fix several `cli` tests to run in the intended flat config mode (eslint#17797)
      docs: remove "Open in Playground" buttons for removed rules (eslint#17791)
      docs: fix correct/incorrect examples of rules (eslint#17789)
      docs: update and fix examples for `no-unused-vars` (eslint#17788)
      docs: add specific stylistic rule for each deprecated rule (eslint#17778)
      chore: remove unused config-extends fixtures (eslint#17781)
      chore: remove formatting/stylistic rules from new rule templates (eslint#17780)
      chore: check rule examples for syntax errors (eslint#17718)
      8.54.0
      Build: changelog update for 8.54.0
      chore: upgrade @eslint/js@8.54.0 (eslint#17773)
      chore: package.json update for @eslint/js release
      ...
    bmish committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6e4cb25 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    a1295c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f2bd3c View commit details
    Browse the repository at this point in the history
  3. remove old type

    bmish committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    7dd444b View commit details
    Browse the repository at this point in the history
  4. more tests

    bmish committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    82ebdd3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    964f270 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary exception

    bmish committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    56aa528 View commit details
    Browse the repository at this point in the history
  7. revert comment

    bmish committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    7294056 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. remove number severity

    bmish committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    c774f31 View commit details
    Browse the repository at this point in the history
  2. fix translateOptions and tests

    bmish committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    9f2dc93 View commit details
    Browse the repository at this point in the history
  3. revert comment

    bmish committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    abf2ebc View commit details
    Browse the repository at this point in the history
  4. Update lib/cli.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    2106b44 View commit details
    Browse the repository at this point in the history
  5. Update lib/options.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    9818046 View commit details
    Browse the repository at this point in the history
  6. Update docs/src/use/command-line-interface.md

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    c6a23bf View commit details
    Browse the repository at this point in the history
  7. Update lib/cli-engine/cli-engine.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    321de72 View commit details
    Browse the repository at this point in the history
  8. Update lib/cli-engine/cli-engine.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    9743273 View commit details
    Browse the repository at this point in the history
  9. Update lib/shared/types.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    de86902 View commit details
    Browse the repository at this point in the history
  10. Update lib/shared/types.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    28341c4 View commit details
    Browse the repository at this point in the history
  11. add arg type to doc

    bmish committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    b4ab419 View commit details
    Browse the repository at this point in the history
  12. mention enable

    bmish committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    f0e89d4 View commit details
    Browse the repository at this point in the history
  13. warn with old option

    bmish committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    4ca4f69 View commit details
    Browse the repository at this point in the history
  14. remove old comment

    bmish committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    e7dba74 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    13c456d View commit details
    Browse the repository at this point in the history
  16. add test for removed option

    bmish committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    fa35e5f View commit details
    Browse the repository at this point in the history
  17. revert copy change

    bmish committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    8951732 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    186408d View commit details
    Browse the repository at this point in the history
  19. improve tests

    bmish committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    7c88af0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    9fd8d6d View commit details
    Browse the repository at this point in the history
  2. support severity numbers

    bmish committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    3c88633 View commit details
    Browse the repository at this point in the history
  3. refactor

    bmish committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b493bbb View commit details
    Browse the repository at this point in the history
  4. revert newline change

    bmish committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    cadb6d5 View commit details
    Browse the repository at this point in the history
  5. refactor and fix tests

    bmish committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    67cfb8f View commit details
    Browse the repository at this point in the history
  6. refactor

    bmish committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    7f8d0a8 View commit details
    Browse the repository at this point in the history
  7. cleanup

    bmish committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ae363bf View commit details
    Browse the repository at this point in the history
  8. cleanup

    bmish committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    30e3f30 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb25551 View commit details
    Browse the repository at this point in the history
  10. tweak

    bmish committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    68a9b83 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    dd9861c View commit details
    Browse the repository at this point in the history
  2. tweak test name

    bmish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ff813a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

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

Commits on Dec 7, 2023

  1. Update docs/src/use/command-line-interface.md

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7fe6ef0 View commit details
    Browse the repository at this point in the history
  2. Update docs/src/use/command-line-interface.md

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    62ab43c View commit details
    Browse the repository at this point in the history
  3. Update docs/src/use/command-line-interface.md

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e43952e View commit details
    Browse the repository at this point in the history
  4. cleanup

    bmish committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9874ae5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bec28fb View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Update lib/options.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    8c9f33f View commit details
    Browse the repository at this point in the history
  2. Update lib/cli.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    43ad9fd View commit details
    Browse the repository at this point in the history
  3. Update lib/cli.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    462bc31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54cc4a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    691b142 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Update tests/lib/eslint/flat-eslint.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4b3d2d8 View commit details
    Browse the repository at this point in the history
  2. Update tests/lib/eslint/flat-eslint.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    f9b60f0 View commit details
    Browse the repository at this point in the history
  3. Update docs/src/use/configure/rules.md

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bmish and mdjermanovic committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ba288e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. address pr feedback

    bmish committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    cd36dd7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into rfc-100-part1

    * main:
      fix: `TypeError: fs.exists is not a function` on read-only file system (eslint#17846)
      chore: add GitHub issue template for docs issues (eslint#17845)
      chore: Convert rule tests to FlatRuleTester (eslint#17819)
      docs: update link in ways-to-extend.md (eslint#17839)
      chore: upgrade eslint-plugin-unicorn to v49.0.0 (eslint#17837)
      chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (eslint#17838)
      chore: update eslint-plugin-n v16.4.0 (eslint#17836)
      docs: Update README
      docs: fix migration-guide example (eslint#17829)
      docs: check config comments in rule examples (eslint#17815)
      docs: remove mention about ESLint stylistic rules in readme (eslint#17810)
      ci: unpin Node.js 21.2.0 (eslint#17821)
      docs: Update README
      fix: suggestion with invalid syntax in no-promise-executor-return rule (eslint#17812)
    bmish committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ddf9aa2 View commit details
    Browse the repository at this point in the history