Passed
Branch master (c197e8)
by iLex
01:16
created

Repository Config

checks:
    go: true
filter:
    excluded_paths:
        - '*_test.go'
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            environment:
                go:
                    version: go1.13.3
                    go_import_path: '$GOPATH/github.com/iLexN/go-hkid'
            tests:
                override:
                    - go-scrutinizer-run
                    - govet-run
                    - golint-run
        tests:
            environment:
                go:
                    version: go1.13.3