Skip to content

Commit

Permalink
modify default val to nil
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed Oct 10, 2024
1 parent 9e0c273 commit 78d8d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func parseIgnoredExtensionChecks(nrIgnoreExtensionChecksOverride bool, nrIgnoreE
ignoredChecks := make(map[string]bool)

if !nrIgnoreExtensionChecksOverride || nrIgnoreExtensionChecksStr == "" {
return ignoredChecks
return nil
}

validChecks := map[string]bool{
Expand Down

0 comments on commit 78d8d03

Please sign in to comment.