diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-22 13:02:25 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-03-22 13:30:41 +0100 |
| commit | 45690d23268493c7b0436f63d56cf28434e546fe (patch) | |
| tree | 19b61c93920d48fcaeb64dc55d91444ca2303079 | |
| parent | 9bab3c87825b4284b3e6f2be3fa9e89da7723116 (diff) | |
Makefile: Add ruff targets
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,9 +10,12 @@ build: fmt: gofumpt -w . + ruff format wrappers/python/eduvpn_common lint: golangci-lint run -E stylecheck,revive,gocritic ./... + ruff check wrappers/python/eduvpn_common + ruff format --check wrappers/python/eduvpn_common cli: go build -o eduvpn-common-cli ./cmd/cli |
