Skip to content

Instantly share code, notes, and snippets.

@ferhatelmas
Created September 3, 2019 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferhatelmas/4b92c91cff8456d21084494c849970f7 to your computer and use it in GitHub Desktop.
Save ferhatelmas/4b92c91cff8456d21084494c849970f7 to your computer and use it in GitHub Desktop.
INFO [config_reader] Config search paths: [./ /home/f/k/krew /home/f/k /home/f /home/f /home /]
INFO [config_reader] Used config file .golangci.yml
INFO [lintersdb] Active 20 linters: [deadcode errcheck gocritic goimports golint gosimple govet ineffassign interfacer maligned misspell prealloc 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.454609468s
INFO [loader] SSA repr building timing: packages building 29.166387ms, total 286.783571ms
INFO [runner] worker.8 took 389.41835ms with stages: gocritic: 334.123443ms, unconvert: 55.27167ms
INFO [runner] worker.4 took 393.714372ms with stages: ineffassign: 129.478705ms, misspell: 126.974791ms, structcheck: 87.335821ms, prealloc: 42.816689ms, deadcode: 7.070731ms
INFO [runner] worker.2 took 370.310708ms with stages: unparam: 347.394522ms, varcheck: 11.826325ms, errcheck: 8.297494ms, maligned: 2.759727ms, typecheck: 4.66µs
INFO [runner] worker.1 took 532.741384ms with stages: govet: 532.735863ms
INFO [runner] worker.3 took 551.217362ms with stages: interfacer: 551.211821ms
INFO [runner] worker.7 took 570.556644ms with stages: goimports: 570.551278ms
INFO [runner] worker.6 took 776.923653ms with stages: golint: 776.908899ms
INFO [runner] worker.5 took 1.541498419s with stages: megacheck: 1.541489229s
INFO [runner] Workers idle times: #1: 1.008585467s, #2: 1.104385578s, #3: 990.144987ms, #4: 1.147489258s, #6: 764.436308ms, #7: 970.839115ms, #8: 1.151923606s
INFO [runner] Issues before processing: 65, after processing: 0
INFO [runner] processing took 68.408792ms with stages: exclude: 62.05036ms, identifier_marker: 3.31742ms, autogenerated_exclude: 1.313869ms, skip_dirs: 1.046018ms, cgo: 501.721µs, path_prettifier: 169.583µs, max_same_issues: 1.692µs, nolint: 1.536µs, max_from_linter: 1.052µs, source_code: 961ns, replacement_builder: 783ns, diff: 776ns, max_per_file_from_linter: 769ns, exclude-rules: 656ns, path_shortener: 567ns, skip_files: 548ns, uniq_by_line: 481ns
INFO File cache stats: 0 entries of total size 0B
INFO Memory: 33 samples, avg is 677.6MB, max is 1279.9MB
INFO Execution took 3.327921362s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment