Merge pull request #340 from Random-Liu/disable-maligned
Disable maligned check.
This commit is contained in:
commit
232f1e4cdc
@ -25,6 +25,7 @@ for d in $(find . -type d -a \( -iwholename './pkg*' -o -iwholename './cmd*' \))
|
|||||||
--exclude='duplicate of.*_test.go.*\(dupl\)$' \
|
--exclude='duplicate of.*_test.go.*\(dupl\)$' \
|
||||||
--exclude='.*/mock_.*\.go:.*\(golint\)$' \
|
--exclude='.*/mock_.*\.go:.*\(golint\)$' \
|
||||||
--exclude='declaration of "err" shadows declaration.*\(vetshadow\)$' \
|
--exclude='declaration of "err" shadows declaration.*\(vetshadow\)$' \
|
||||||
|
--exclude='struct of size .* could be .* \(maligned\)$' \
|
||||||
--disable=aligncheck \
|
--disable=aligncheck \
|
||||||
--disable=gotype \
|
--disable=gotype \
|
||||||
--disable=gas \
|
--disable=gas \
|
||||||
|
Loading…
Reference in New Issue
Block a user