Commit 70fd684c authored by Muhammad Umair Khan's avatar Muhammad Umair Khan
Browse files

fix meepctl tool

parent 67fa237a
Loading
Loading
Loading
Loading
+7 −27
Original line number Diff line number Diff line
version: "2"

formatters:
    enable:
        - goimports

linters:
    disable-all: true
    enable:
        - deadcode
        # - depguard
        # - dupl
        - errcheck
        # - gochecknoglobals
        # - gochecknoinits
        # - goconst
        # - gocritic
        # - gocyclo
        # - gofmt
        - goimports
        # - golint
        # - gosec
        - gosimple
        - govet
        - ineffassign
        # - interfacer
        # - lll
        # - maligned
        # - misspell
        # - nakedret
        # - prealloc
        # - scopelint
        - staticcheck
        - structcheck
        # - stylecheck
        - typecheck
        # - unconvert
        # - unparam
        - unused
 No newline at end of file
        - varcheck
 No newline at end of file