Skip to content
Snippets Groups Projects
Select Git revision
  • ee5b20c53bc1db6d5f18124836398e1d9b06b0f5
  • main default protected
  • py2-backport
  • tags/release-0.5_final
  • tags/release-0.4_final
  • tags/release-0.4_r2
  • tags/release-0.3
7 results

pyproject.toml

Blame
  • .golangci.yml 397 B
    run:
        tests: true
    
    linters-settings:
        gofmt:
            simplify: true
        golint:
            min-confidence: 0.9
        gocyclo:
            min-complexity: 15
        govet:
            check-shadowing: true
        misspell:
            locale: US
    
    linters:
        enable:
            - misspell
            - gofmt
            - goimports
            - govet
        disable:
            - errcheck
            - gochecknoglobals
            - golint