-
Hey team 👋 Just wanted to ask your opinion. I'm going to add a new value for the Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, I can see several possibilities, one of them is to remove Inside golangci-lint we can create a deprecation for
|
Beta Was this translation helpful? Give feedback.
Hello,
I can see several possibilities, one of them is to remove
context-only
and create a newcontext
.The new
context
can be a string with values empty,all
,scope1
,scope2
, etc.Inside golangci-lint we can create a deprecation for
context-only
:false
we ignore the optiontrue
we log a warning and check if there is a value insidecontext
, if not we fall back onall
.