generated from TrueCloudLab/basic
Re-adding Edits from PR #2 #5
No reviewers
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/linters#5
Loading…
Reference in a new issue
No description provided.
Delete branch "achuprov/linters:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR brings back changes made after PR #2 discussions that were mistakenly deleted
@ -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.fixed
53d601603d
to7ed0837300
Change commit message to format
[#XXX] linters: refactoring
7ed0837300
todf29d08821
@ -9,14 +9,6 @@ var AnalyzerPlugin analyzerPlugin
type analyzerPlugin struct{}
// for version ci-lint < '1.5.4'.
this comment was still helpful (in case someone encounters problems)
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.
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.