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
task to study how linter run, and rules in .golangci.yml
to take a look which linters are enabled/disabled, which todo are left there
why in Makefile we have #//--new-from-rev=$(MASTER_COMMIT) ./... - why not enable it (probably human-mistake. we want to lint code which changed by PR - even if PR has many commits. in my head it's "what changed from master")
remove lintci:
The text was updated successfully, but these errors were encountered:
task to study how linter run, and rules in
.golangci.yml
to take a look which linters are enabled/disabled, which todo are left there
why in Makefile we have
#//--new-from-rev=$(MASTER_COMMIT) ./...
- why not enable it (probably human-mistake. we want to lint code which changed by PR - even if PR has many commits. in my head it's "what changed from master")remove
lintci:
The text was updated successfully, but these errors were encountered: