summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-03-16 18:38:11 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2023-03-17 02:51:41 -0400
commit2ee7091933d2c07338dfb4699ce5665951b47afd (patch)
treeae0dc5b84e68890c79d13e5694a38f1a59a64d07 /.golangci.yml
parent1d52c7513c5bca088fd8e44ff56d07c44e806967 (diff)
tree-wide: Ensure that all packages have a doc comment
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 7ba2e5a..07ff58d 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -89,7 +89,6 @@ linters-settings:
checks:
- "all"
- "-ST1003" # CONST_VAL names for consistency with other btrfs code
- - "-ST1000" # TODO: get this to pass: "at least one file in a package should have a package comment"
- "-ST1020" # TODO: get this to pass: "comment on exported method XXX should be of the form "XXX ...""
- "-ST1021" # TODO: get this to pass: "comment on exported type XXX should be of the form "XXX ...""
tagliatelle: