Skip to content

Commit ab3ab14

Browse files
committed
docs(readme): add linters as requirements
1 parent 5e94a79 commit ab3ab14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ The CodeBench main API.
77
- NodeJS v16+
88
- PostgreSQL (cf `docker-compose.yml`)
99

10+
### Linters
11+
12+
- [`pylint`](https://www.pylint.org/)
13+
- [`golangci-lint`](https://github.com/golangci/golangci-lint)
14+
- [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy/)
15+
1016
## Run API
1117

1218
Dev with hot-reloading:

0 commit comments

Comments
 (0)