github.com/martinohmann/rfoutlet@v1.2.1-0.20220707195255-8a66aa411105/.golangci.yml (about)

     1  ---
     2  run:
     3    deadline: 10m
     4  
     5  linters-settings:
     6    errcheck:
     7      ignore: github.com/martinohmann/rfoutlet/pkg/gpio:SetValue,github.com/martinohmann/rfoutlet/internal/outlet:Register*,github.com/gorilla/websocket:Set.*Deadline
     8  
     9  linters:
    10    enable:
    11      - whitespace
    12      - misspell
    13      - goimports