You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO [config_reader] Config search paths: [./ /tmp/test /tmp /]
INFO [config_reader] Used config file .golangci.toml
INFO [lintersdb] Active 1 linters: [prealloc]
INFO [loader] Go packages loading at mode load files took 39.075415ms
INFO [runner] worker.1 took 2.247µs
INFO [runner] worker.3 took 5.257µs
INFO [runner] worker.4 took 16.694µs
INFO [runner] worker.2 took 95.789µs with stages: prealloc: 56.232µs
INFO [runner] Workers idle times: #1: 41.617µs, #3: 21.566µs, #4: 9.983µs
INFO [runner] processing took 266.368µs with stages: exclude: 90.072µs, identifier_marker: 77.485µs, source_code: 36.31µs, skip_dirs: 14.474µs, nolint: 11.319µs, autogenerated_exclude: 11.138µs, cgo: 8.666µs, path_prettifier: 7.254µs, uniq_by_line: 2.226µs, max_same_issues: 1.884µs, path_shortener: 1.619µs, max_from_linter: 1.141µs, filename_unadjuster: 990ns, max_per_file_from_linter: 884ns, diff: 437ns, skip_files: 277ns, exclude-rules: 192ns
main.go:4:2: Consider preallocating `a` (prealloc)
var a []int
^
INFO File cache stats: 1 entries of total size 135B
INFO Memory: 2 samples, avg is 68.9MB, max is 68.9MB
INFO Execution took 78.8856ms
golangci-lint --version
(or git commit if you don't use binary distribution)cat .golangci.toml
go version && go env
golangci-lint run -v
The text was updated successfully, but these errors were encountered: