Fix lint issues: nolintlint linter

The nestif directive was not being used
This commit is contained in:
Chris McGehee 2021-05-12 20:23:55 -07:00 committed by Naveen
parent dca5e39996
commit 3359f601cd

View File

@ -39,7 +39,6 @@ func Contributors(c *checker.CheckRequest) checker.CheckResult {
companies := map[string]struct{}{}
for _, contrib := range contribs {
//nolint:nestif
if contrib.GetContributions() < minContributionsPerUser {
continue
}