Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Remove all usage of init() and global command objects #91

Merged
merged 3 commits into from
Nov 7, 2023

chore: Add gochecknoinits linter

1861ace
Select commit
Loading
Failed to load commit list.
Merged

feat: Remove all usage of init() and global command objects #91

chore: Add gochecknoinits linter
1861ace
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 7, 2023 in 0s

75.48% (+0.90%) compared to d3223ee

View this Pull Request on Codecov

75.48% (+0.90%) compared to d3223ee

Details

Codecov Report

Merging #91 (1861ace) into main (d3223ee) will increase coverage by 0.90%.
The diff coverage is 71.15%.

@@            Coverage Diff             @@
##             main      #91      +/-   ##
==========================================
+ Coverage   74.57%   75.48%   +0.90%     
==========================================
  Files          15       15              
  Lines         704      726      +22     
==========================================
+ Hits          525      548      +23     
+ Misses        170      168       -2     
- Partials        9       10       +1     
Files Coverage Δ
cmd/scan.go 100.00% <100.00%> (ø)
config/config.go 75.38% <100.00%> (+1.19%) ⬆️
cmd/root.go 53.48% <60.52%> (+23.48%) ⬆️

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!