cmd/client: split commands in multiple files
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
6c5767fb6f
commit
ec173002fd
7 changed files with 539 additions and 497 deletions
|
@ -14,7 +14,7 @@ for d in $(find . -type d -not -iwholename '*.git*' -a -not -iname '.tool' -a -n
|
|||
--exclude='error return value not checked.*(Close|Log|Print).*\(errcheck\)$' \
|
||||
--exclude='.*_test\.go:.*error return value not checked.*\(errcheck\)$' \
|
||||
--exclude='duplicate of.*_test.go.*\(dupl\)$' \
|
||||
--exclude='duplicate of.*main.go.*\(dupl\)$' \
|
||||
--exclude='cmd\/client\/.*\.go.*\(dupl\)$' \
|
||||
--disable=aligncheck \
|
||||
--disable=gotype \
|
||||
--disable=gas \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue