Skip to content

Org-wide linter #48

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

Merged
merged 3 commits into from
Sep 10, 2024
Merged

Org-wide linter #48

merged 3 commits into from
Sep 10, 2024

Conversation

roman-khimov
Copy link
Member

No description provided.

This also adds Makefile target for local linting.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
pkg/locodedb/calls_test.go:72:2  whitespace  unnecessary trailing newline

Signed-off-by: Roman Khimov <roman@nspcc.ru>
pkg/locodedb/utils.go:63:6  errorlint  comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error
pkg/locodedb/utils.go:87:6  errorlint  comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error

Signed-off-by: Roman Khimov <roman@nspcc.ru>
Copy link

codecov bot commented Sep 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.75%. Comparing base (196fdd1) to head (30cb40d).
Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #48   +/-   ##
=======================================
  Coverage   28.75%   28.75%           
=======================================
  Files          21       21           
  Lines         793      793           
=======================================
  Hits          228      228           
  Misses        540      540           
  Partials       25       25           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@roman-khimov roman-khimov merged commit b0d8d02 into master Sep 10, 2024
10 checks passed
@roman-khimov roman-khimov deleted the org-linter branch September 10, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants