diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-09 14:04:09 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-12 16:16:53 -0700 |
commit | 1d7f5446dc37687f078269af3c63af7d7ebbfab4 (patch) | |
tree | fafe096c86277c279ab44af54294f7473dcd09ea /.golangci.yml | |
parent | 4f05919a0f2695934df2e67399b507896b52c3bc (diff) |
containers: Add my own ARC implementation
I really want an OnEvict callback.
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 355664f..38d53ee 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -80,6 +80,7 @@ linters-settings: excludes: - G104 # duplicates errcheck - G304 # this program opens arbitrary files + - G306 # users should set umask if they want that nolintlint: require-explanation: true require-specific: true |