diff --git a/justfile b/justfile index 080485627eff910603e2e46dcf41a0b47b092853..c5f8f53ac5647d2963ad25e0ab5cee278cfe61ec 100644 --- a/justfile +++ b/justfile @@ -13,7 +13,7 @@ fmt: lint: # Linting Go source code - golangci-lint run + golangci-lint run --fix staticcheck: # Performing static analysis