-
|
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-onlyand create a newcontext.The new
contextcan be a string with values empty,all,scope1,scope2, etc.Inside golangci-lint we can create a deprecation for
context-only:falsewe ignore the optiontruewe log a warning and check if there is a value insidecontext, if not we fall back onall.