Closed
Description
embedded mispell did't find typo:
https://github.com/rekby/lets-proxy2/blob/4bbef7bf61ae15c3d4787f714e67a82397ef4a7b/internal/acme_client_manager/client_manager.go#L102
but standalone mispell did:
misspell internal/acme_client_manager/client_manager.go
internal/acme_client_manager/client_manager.go:102:47: "becouse" is a misspelling of "because"
info:
-
golangci-lint has version 1.16.0 built from 97ea1cb on 2019-03-31T19:48:46Z
-
config:
service:
golangci-lint-version: 1.16.0
run:
deadline: 5m
issues-exit-code: 1
linters-settings:
lll:
line-length: 200
misspell:
locale: US
linters:
enable-all: true
disable:
- gochecknoglobals
- Go env
go version && go env
go version go1.12.4 darwin/amd64
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/rekby/Library/Caches/go-build"
GOEXE=""
GOFLAGS=" -mod=vendor"
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/rekby/go"
GOPROXY="direct"
GORACE=""
GOROOT="/usr/local/Cellar/go/1.12.4/libexec"
GOTMPDIR=""
GOTOOLDIR="/usr/local/Cellar/go/1.12.4/libexec/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/Users/rekby/projects/rekby/lets-proxy2/go.mod"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/8_/68c7r6rj6xg4fpjls__qtsjn18s1hz/T/go-build514206358=/tmp/go-build -gno-record-gcc-switches -fno-common"
- Verbose output of running:
golangci-lint run -v
golangci-lint run -v
INFO [config_reader] Config search paths: [./ /Users/rekby/projects/rekby/lets-proxy2 /Users/rekby/projects/rekby /Users/rekby/projects /Users/rekby /Users /]
INFO [config_reader] Used config file .golangci.yml
INFO [lintersdb] Active 30 linters: [deadcode depguard dupl errcheck gochecknoinits goconst gocritic gocyclo gofmt goimports golint gosec gosimple govet ineffassign interfacer lll maligned misspell nakedret prealloc scopelint staticcheck structcheck stylecheck typecheck unconvert unparam unused varcheck]
INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused stylecheck] into metalinter megacheck
INFO [loader] Go packages loading at mode load deps types and syntax took 1.21843071s
INFO [loader] SSA repr building timing: packages building 13.510401ms, total 173.913842ms
INFO [runner] worker.7 took 395.956076ms with stages: unparam: 374.895453ms, varcheck: 5.88883ms, deadcode: 4.381402ms, errcheck: 3.953504ms, unconvert: 3.214317ms, maligned: 1.895866ms, goconst: 1.662821ms, gochecknoinits: 32.896µs, typecheck: 3.153µs
INFO [runner] worker.6 took 396.984319ms with stages: gofmt: 315.512299ms, ineffassign: 78.783258ms, gocyclo: 2.654273ms, depguard: 13.063µs
INFO [runner] worker.1 took 397.861607ms with stages: goimports: 397.858248ms
INFO [runner] worker.3 took 402.967917ms with stages: misspell: 252.034809ms, interfacer: 130.095186ms, lll: 16.035307ms, structcheck: 3.247488ms, nakedret: 1.536961ms
INFO [runner] worker.8 took 407.00405ms with stages: dupl: 340.22444ms, gocritic: 66.769665ms
INFO [runner] worker.5 took 414.045578ms with stages: govet: 291.975585ms, gosec: 118.437032ms, prealloc: 1.87028ms, scopelint: 1.741236ms
INFO [runner] worker.2 took 887.216904ms with stages: golint: 887.20653ms
INFO [runner] worker.4 took 1.208344709s with stages: megacheck: 1.208332629s
INFO [runner] Workers idle times: #1: 810.292578ms, #2: 321.081239ms, #3: 805.303834ms, #5: 794.260707ms, #6: 811.043117ms, #7: 812.316672ms, #8: 801.270313ms
INFO [runner] Issues before processing: 155, after processing: 0
INFO [runner] processing took 119.990657ms with stages: skip_dirs: 40.670854ms, cgo: 39.014586ms, nolint: 29.670254ms, autogenerated_exclude: 4.341897ms, exclude: 3.973124ms, identifier_marker: 2.033601ms, path_prettifier: 249.105µs, exclude-rules: 10.748µs, diff: 3.669µs, uniq_by_line: 3.509µs, max_same_issues: 3.282µs, replacement_builder: 3.268µs, source_code: 3.229µs, skip_files: 3.02µs, max_from_linter: 2.527µs, path_shortener: 2.076µs, max_per_file_from_linter: 1.908µs
INFO File cache stats: 0 entries of total size 0B
INFO Memory: 28 samples, avg is 508.5MB, max is 1078.6MB
INFO Execution took 2.749343637s
Metadata
Metadata
Assignees
Labels
No labels