Conversation
Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kaovilai The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
this is IDE specific
I would not add this to the repo
whoever wants to work on this project does not need to use VSCode
There was a problem hiding this comment.
or readme? would that work better for you?
There was a problem hiding this comment.
otherwise my IDE is throwing non matching linter errors due to newer golangci-lint picked up by IDE. I would still like to use IDE automatic linting integration with golangci-lint
There was a problem hiding this comment.
.editorconfig is not IDE specific, is the config file for ec executable
Lines 261 to 263 in 47e640d
There was a problem hiding this comment.
There was a problem hiding this comment.
I don't think it's unreasonable to add .vscode/settings.json file to the project repository with some sensible defaults and at the same time ensure .gitignore contains this, so developers won't be adding their generated by the IDE changes. What I am wondering if it's possible to add it in a way it won't be pinning to a particular version (e.g. via the hack/) and use it in all the places, so we don't have to remember to bump the golangci binary every time. Here are few examples that already are within OpenShift org:
Signed-off-by: Tiger Kaovilai tkaovila@redhat.com
Why the changes were made
How to test the changes made