justfile 🔗
@@ -13,7 +13,7 @@ fmt:
lint:
# Linting Go source code
- golangci-lint run
+ golangci-lint run --fix
staticcheck:
# Performing static analysis
Amolith created
justfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -13,7 +13,7 @@ fmt:
lint:
# Linting Go source code
- golangci-lint run
+ golangci-lint run --fix
staticcheck:
# Performing static analysis