Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

golangci-lint changes #761

Merged
merged 8 commits into from
Mar 27, 2020
Merged

golangci-lint changes #761

merged 8 commits into from
Mar 27, 2020

Conversation

yindia
Copy link
Contributor

@yindia yindia commented Mar 23, 2020

Feature Support Changes for #751

Signed-off-by: Yuvraj yuvraj.yad001@gmail.com

Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com>
flag.Set("v", "2")
err := flag.Set("logtostderr", "true")
if err != nil {
glog.Errorf("failed to set flag", err)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

printf: Errorf call has arguments but no formatting directives (from govet)

}
err = flag.Set("stderrthreshold", "WARNING")
if err != nil {
glog.Errorf("failed to set flag", err)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

printf: Errorf call has arguments but no formatting directives (from govet)

}
err = flag.Set("v", "2")
if err != nil {
glog.Errorf("failed to set flag", err)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

printf: Errorf call has arguments but no formatting directives (from govet)

@yindia yindia changed the title golanfci-lint changes golangci-lint changes Mar 23, 2020
Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com>
@realshuting
Copy link
Member

@evalsocket
We had merged Pr for this #742 issue, can you please resolve the conflicts?

yindia and others added 4 commits March 27, 2020 13:35
Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com>
Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com>
Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com>
@yindia yindia requested a review from realshuting March 27, 2020 08:51
Yuvraj added 2 commits March 27, 2020 14:39
Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com>
@realshuting realshuting merged commit 26a8ec2 into kyverno:master Mar 27, 2020
@yindia yindia deleted the feature/golangci-lint branch March 27, 2020 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants