Skip to content

Commit

Permalink
docs(readme): add linters as requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jul 27, 2021
1 parent 5e94a79 commit ab3ab14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ The CodeBench main API.
- NodeJS v16+
- PostgreSQL (cf `docker-compose.yml`)

### Linters

- [`pylint`](https://www.pylint.org/)
- [`golangci-lint`](https://github.com/golangci/golangci-lint)
- [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy/)

## Run API

Dev with hot-reloading:
Expand Down

0 comments on commit ab3ab14

Please sign in to comment.