Re-adding Edits from PR #2 #5

Merged
fyrchik merged 1 commit from achuprov/linters:master into master 2023-07-31 12:21:12 +00:00
Member

This PR brings back changes made after PR #2 discussions that were mistakenly deleted

This PR brings back changes made after PR #2 discussions that were mistakenly deleted
achuprov added 1 commit 2023-07-31 09:08:42 +00:00
linters: refactoring
All checks were successful
Tests and linters / Build lib (pull_request) Successful in 53s
Tests and linters / Staticcheck (pull_request) Successful in 1m2s
Tests and linters / Tests (pull_request) Successful in 2m11s
Tests and linters / Lint (pull_request) Successful in 6m51s
53d601603d
achuprov requested review from storage-core-developers 2023-07-31 09:17:49 +00:00
achuprov requested review from storage-core-committers 2023-07-31 09:17:49 +00:00
dstepanov-yadro requested changes 2023-07-31 09:19:31 +00:00
Makefile Outdated
@ -1,8 +1,8 @@
OUT_DIR?=./.bin
PLUGIN_SOURCE?=main.go
OUT_DIR ?= ./.bin

I think it must be ./.bin -> ./bin as for other repos.

I think it must be `./.bin` -> `./bin` as for other repos.
Author
Member

fixed

fixed
dstepanov-yadro marked this conversation as resolved
achuprov force-pushed master from 53d601603d to 7ed0837300 2023-07-31 09:30:10 +00:00 Compare
dstepanov-yadro approved these changes 2023-07-31 09:54:56 +00:00

Change commit message to format [#XXX] linters: refactoring

Change commit message to format `[#XXX] linters: refactoring`
achuprov force-pushed master from 7ed0837300 to df29d08821 2023-07-31 10:00:03 +00:00 Compare
fyrchik reviewed 2023-07-31 12:01:53 +00:00
@ -9,14 +9,6 @@ var AnalyzerPlugin analyzerPlugin
type analyzerPlugin struct{}
// for version ci-lint < '1.5.4'.
Owner

this comment was still helpful (in case someone encounters problems)

_this_ comment was still helpful (in case someone encounters problems)
Author
Member

The old interface from version 1.5.3 will work on version 1.5.4. This comment is for the case where there are several different interfaces.

The old interface from version 1.5.3 will work on version 1.5.4. This comment is for the case where there are several different interfaces.
fyrchik approved these changes 2023-07-31 12:01:55 +00:00
Owner

Again, why dont we want to be compatible with <1.5.4 and >=1.5.4 at the same time?

Again, why dont we want to be compatible with `<1.5.4` and `>=1.5.4` at the same time?

Again, why dont we want to be compatible with <1.5.4 and >=1.5.4 at the same time?

It will be next PR, this PR is only fix of merge problems.

> Again, why dont we want to be compatible with `<1.5.4` and `>=1.5.4` at the same time? It will be next PR, this PR is only fix of merge problems.
fyrchik merged commit df29d08821 into master 2023-07-31 12:21:12 +00:00
fyrchik referenced this pull request from a commit 2023-07-31 12:21:13 +00:00
Sign in to join this conversation.
No description provided.