github.com/chelnak/go-gh@v0.0.2/.golangci.yml (about)

     1  linters:
     2    enable:
     3    - gofmt
     4    - godot
     5  
     6  linters-settings:
     7    godot:
     8      # comments to be checked: `declarations`, `toplevel`, or `all`
     9      scope: declarations
    10      # check that each sentence starts with a capital letter
    11      capital: true