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

`cat` is a common utility on Unix systems, however, it is not universally available. On Windows systems, resort to `cmd` (%COMSPEC%) as the shell interpreter is guaranteed to be present....

waiting for review

Normalize the paths to the expected value on Windows when running `swift-format`. This has no bearing on the action itself, just is a clean up required to get tests to...

waiting for review

When using this action on Windows, the lint action always succeeds, silently discarding the results. This was observed with the swift-format-official usage, but is likely the case for other tooling...

in progress

Hello! First of all, thanks for making this. A few days ago, I had everything set up fine and my GitHub Action was succesfully linting pull requests on master using...

bug

This was observed with `flake8` but I assume it applies to all linters. If you restrict the linter to run in a specific directory the errors and annotations it produces...

bug

Project page: https://github.com/sqlfluff/sqlfluff Will be great to lint all the SQL we use for building our data warehouses. I see the instructions [here](https://github.com/wearerequired/lint-action/blob/master/CONTRIBUTING.md#adding-a-new-linter), which are simple enough. But I don't...

enhancement
stale

It would be great if lint-action adds support for [clang-format](https://clang.llvm.org/docs/ClangFormat.html). clang-format is de facto standard for C / C++ / Objective-C families and it provides auto fix feature.

enhancement
good first issue
in progress

Adds support for isort as requested in #356

Node 16 actions will be deprecated soon and are already giving warnings in CI when this action is used.