diff options
author | TheFox0x7 <thefox0x7@gmail.com> | 2024-07-17 23:07:41 +0200 |
---|---|---|
committer | TheFox0x7 <thefox0x7@gmail.com> | 2024-07-17 23:07:41 +0200 |
commit | 3fca6c0bf5db9e93634079f8816ab922b2a8c25c (patch) | |
tree | 94fb08f026a72d415afa0d7ce80642390721107d /.golangci.yml | |
parent | Merge pull request 'Revert "ui: update pull request icons (#4455)" (partial)'... (diff) | |
download | forgejo-3fca6c0bf5db9e93634079f8816ab922b2a8c25c.tar.xz forgejo-3fca6c0bf5db9e93634079f8816ab922b2a8c25c.zip |
test: enforce tenv usage in tests
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml index 57f3c86f05..3f1667aece 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -19,6 +19,7 @@ linters: - revive - staticcheck - stylecheck + - tenv - typecheck - unconvert - unused |