-
Notifications
You must be signed in to change notification settings - Fork 0
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
Org-wide linter #154
Org-wide linter #154
Conversation
Non-notary is long gone for NeoFS. pkg/morphchain/contracts/netmap.go:26:3: field `notaryDisabled` is unused (unused) Signed-off-by: Roman Khimov <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #154 +/- ##
======================================
Coverage 3.03% 3.03%
======================================
Files 18 18
Lines 987 987
======================================
Hits 30 30
Misses 955 955
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Makefile
Outdated
@@ -36,8 +36,11 @@ clean: | |||
version: | |||
@echo ${VERSION} | |||
|
|||
.golangci.yml: | |||
wget -O $@ https://github.com/nspcc-dev/.github/raw/master/.golangci.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 tab instead of spaces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with spaces, it doesn't work for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed!
Adjust Makefile to fetch appropriate .golangci.yml. Signed-off-by: Roman Khimov <[email protected]>
cmd/neo-exporter/config.go:14:25 godot Comment should end in a period cmd/neo-exporter/config.go:17:39 godot Comment should end in a period cmd/neo-exporter/config.go:26:44 godot Comment should end in a period Signed-off-by: Roman Khimov <[email protected]>
c36dff9
to
5c5f83e
Compare
No description provided.