summaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
authorCasey Lee <cplee@nektos.com>2019-01-17 09:45:37 +0100
committerCasey Lee <cplee@nektos.com>2019-01-17 23:53:35 +0100
commit8793c8a6a49a9fd76a5e901d6bb4e2c2b72727a4 (patch)
treef148d05f90db140e596ad6bb7a850aec9af90e06 /.golangci.yml
parentrefactor actions to improve testability (diff)
downloadforgejo-act-8793c8a6a49a9fd76a5e901d6bb4e2c2b72727a4.tar.xz
forgejo-act-8793c8a6a49a9fd76a5e901d6bb4e2c2b72727a4.zip
add support for 'reuse' mode to allow act to be used for a fast local task runner
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 085539b..8b00dd9 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -15,7 +15,6 @@ linters:
- gosec
- unconvert
- dupl
- - maligned
- nakedret
- prealloc
- scopelint