lint-action icon indicating copy to clipboard operation
lint-action copied to clipboard

✨ GitHub Action for detecting and auto-fixing lint errors

Results 47 lint-action issues
Sort by recently updated
recently updated
newest added

Hi. I added `deno lint` (the built-in linter of deno runtime) support. I would be happy if you could merge this pr! ## resources - https://docs.deno.com/runtime/manual/tools/linter - official documentation of...

waiting for review

In cases where prettier fails to run (see https://github.com/wearerequired/lint-action/issues/718) `output.stdout` can be empty. Generating an annotation with a blank `path` causes a 422 validation error pushing this check to github....

waiting for review

Fix #603

waiting for review

Using an ASP.NET Framework (.NET Framework v4.7.2) solution with many projects (51) in the solution, linting fails to show on the files which have changes violating the editorconfig rules. The...

bug

I was trying to trigger this action when a specific comment is made on the PR. However I got the following error `Error: lint-action does not support "issue_comment" GitHub events`...

enhancement
in progress

https://github.com/charliermarsh/ruff cc @charliermarsh since he likely would like to know about this too

enhancement
good first issue
in progress

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.6.7 to 48.5.0. Release notes Sourced from eslint-plugin-jsdoc's releases. v48.5.0 48.5.0 (2024-06-26) Features check-param-names: check TSMethodSignature (as on interface methods); fixes #1249 (49400e1) v48.4.0 48.4.0 (2024-06-24) Features...

dependencies
javascript

Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 10.4.2. Changelog Sourced from glob's changelog. changeglob 10.4 Add includeChildMatches: false option Export the Ignore class 10.3 Add --default -p flag to provide a default...

dependencies
javascript

- Removes the requirement that extensions be passed - This may need to be tweaked so as to only be for eslint - Does not pass `--ext` for eslint v9...