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

Staticcheck #772

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added staticcheck to readme
itsvyle committed Feb 8, 2024
commit 79b4abe30e2fc2ef3a540656b0e6fe8cd6ad4cce
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@ _**Note:** The behavior of actions like this one is currently limited in the con
- **Go:**
- [gofmt](https://golang.org/cmd/gofmt)
- [golint](https://github.com/golang/lint)
- [staticcheck](https://staticcheck.dev/)
- **JavaScript:**
- [ESLint](https://eslint.org)
- [Prettier](https://prettier.io)
@@ -437,6 +438,7 @@ Some options are not available for specific linters:
| flake8 | ❌ | ✅ |
| gofmt | ✅ | ❌ (go) |
| golint | ❌ | ❌ (go) |
| staticcheck | ❌ | ❌ (go) |
| mypy | ❌ | ❌ (py) |
| oitnb | ✅ | ✅ |
| php_codesniffer | ❌ | ✅ |