We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540cec3 commit fdf93f1Copy full SHA for fdf93f1
options/options.go
@@ -211,7 +211,7 @@ func boolSum(bools ...bool) int {
211
212
// GitHub integration support.
213
// See https://github.com/ossf/scorecard-action/issues/1107.
214
-// NOTE: We don't add a field to to the Option structure to simplify
+// NOTE: We don't add a field to the Option structure to simplify
215
// integration. If we did, the Action would also need to be aware
216
// of the integration and pass the relevant values. This
217
// would add redundancy and complicate maintenance.
0 commit comments