Passed
Push — main ( 61fb2f...a84528 )
by Igor
01:33 queued 29s
created

Checkout Config

build:
  nodes:
    analysis:
      project_setup:
        override: true
      tests:
        override:
          - go-scrutinizer-run

filter:
  excluded_paths:
    - '*/*test.go'
    - 'test/*'
    - 'message/*'

checks:
  go: true

Repository Config

checks:
    go: true
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            environment:
                go:
                    version: go1.9.2
            tests:
                override:
                    - go-scrutinizer-run
                    - govet-run
                    - golint-run