summaryrefslogtreecommitdiff
path: root/vendor/github.com/sagikazarmark/locafero/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/sagikazarmark/locafero/justfile')
-rw-r--r--vendor/github.com/sagikazarmark/locafero/justfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/sagikazarmark/locafero/justfile b/vendor/github.com/sagikazarmark/locafero/justfile
new file mode 100644
index 000000000..00a88850c
--- /dev/null
+++ b/vendor/github.com/sagikazarmark/locafero/justfile
@@ -0,0 +1,11 @@
+default:
+ just --list
+
+test:
+ go test -race -v ./...
+
+lint:
+ golangci-lint run
+
+fmt:
+ golangci-lint run --fix