eslint-annotate-action

A GitHub action that takes ESLint results from a JSON file and adds them as annotated pull request comments

MIT License

Stars
92
Committers
9

Bot releases are hidden (Show)

eslint-annotate-action - 3.0.0 - CONTAINS BREAKING CHANGES Latest Release

Published by ataylorme 6 months ago

3.0.0 - CONTAINS BREAKING CHANGES

  • Rename the repo-token input to GITHUB_TOKEN
  • Run the Action itself on Node 20 instead of Node 16
  • Truncate summary if too long
  • Only add changed file to markdown summary if only changed files is true
  • Use @octokit/action instead of actions-toolkit
  • Use ESLint types from @types/eslint instead of custom types
  • Default line to 1 if it's not present
eslint-annotate-action - 2.2.0

Published by ataylorme about 1 year ago

  • #66 Add support for multiple reports via glob patterns
    • props @mskelton
  • #65 Add report markdown to job summary
    • props @velocibear
eslint-annotate-action - 2.1.1

Published by ataylorme about 1 year ago

eslint-annotate-action - 1.2.0

Published by ataylorme over 3 years ago

  • Add fail-on-warning input
eslint-annotate-action - 1.2.0-beta1

Published by ataylorme over 3 years ago

  • Add fail-on-warning input (#20, addressing #19)
eslint-annotate-action - 1.1.3

Published by ataylorme over 3 years ago

  • Bump the version to 1.1.3
  • Add a start_column is not null check
  • Update GitHub Actions to use the latest version
eslint-annotate-action - 1.1.3-beta1

Published by ataylorme almost 4 years ago

Addresses start_column cannot be null error reported in #14

eslint-annotate-action - 1.1.2

Published by ataylorme over 4 years ago

Allow annotation end_coulmn to be null. See #7 and #8

eslint-annotate-action - 1.1.1

Published by ataylorme over 4 years ago

eslint-annotate-action - 1.1.0

Published by ataylorme over 4 years ago

  • Add batch API calls to GitHub check update when more than 50 annotations to stay in rate limit boundaries
  • Add Jest configured for TypeScript
  • Break up monolithic functions into smaller pieces and separate files.
  • Add more code comments.
  • Combine duplicated logic into single analyzeESLintReport function.
eslint-annotate-action - 1.1.0-beta5

Published by ataylorme over 4 years ago

eslint-annotate-action - 1.1.0-beta4

Published by ataylorme over 4 years ago

eslint-annotate-action - 1.1.0-beta3

Published by ataylorme over 4 years ago

  • Reduce annotation batch size to 25
eslint-annotate-action - 1.1.0-beta2

Published by ataylorme over 4 years ago

  • Add Jest configured for TypeScript
  • Break up monolithic functions into smaller pieces and separate files.
  • Add more code comments.
  • Combine duplicated logic into single analyzeESLintReport function.
eslint-annotate-action - 1.1.0-beta1

Published by ataylorme over 4 years ago

  • Add batch API calls to GitHub check update when more than 50 annotations to stay in rate limit boundaries
eslint-annotate-action - Version 1.0.4

Published by ataylorme almost 5 years ago

  • Always annotate warnings
eslint-annotate-action - Version 1.0.3

Published by ataylorme almost 5 years ago

eslint-annotate-action - Version 1.0.2

Published by ataylorme almost 5 years ago

  • Set end_line to line if end_line is undefined
eslint-annotate-action - Version 1.0.1

Published by ataylorme almost 5 years ago

  • Clarify README
eslint-annotate-action - Version 1

Published by ataylorme almost 5 years ago

Initial release