Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 683 Bytes

File metadata and controls

47 lines (25 loc) · 683 Bytes

golangci-lint

$(go env GOPATH)/bin/golangci-lint run --issues-exit-code=1

$(go env GOPATH)/bin/golangci-lint run -c .golangci.yml

run.skip-files/ issues.exclude-files and run.skip-dirs/issues.exclude-dirs have been merged into linters.exclusions.paths.

Taskfile

https://taskfile.dev/installation/#install-script

Generate a Takfile

task --init

Forwarding CLI arguments to commands

version: '3'

tasks:
  yarn:
    cmds:
      - yarn {{.CLI_ARGS}}

Goreleaser

https://goreleaser.com/install/

goreleaser init

goreleaser check

MKDOCS

sudo apt install mkdocs

pip install mkdocs-techdocs-core

mkdocs new .

mkdocs serve