for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: go: true build: environment: variables: GO111MODULES: 'on' nodes: analysis: project_setup: override: - 'true' environment: go: version: go1.12.9 tests: override: - go-scrutinizer-run - govet-run - golint-run