Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Jul 16, 2021
1 parent cecf71a commit 4bc92a3
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions checks/active.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"time"

Expand Down
1 change: 1 addition & 0 deletions checks/binary_artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"fmt"
"path/filepath"
Expand Down
1 change: 1 addition & 0 deletions checks/branch_protected.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"context"
"errors"
Expand Down
1 change: 1 addition & 0 deletions checks/branch_protected_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"context"
"fmt"
Expand Down
1 change: 1 addition & 0 deletions checks/ci_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"fmt"
"strings"
Expand Down
1 change: 1 addition & 0 deletions checks/code_review.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"errors"
"fmt"
Expand Down
1 change: 1 addition & 0 deletions checks/contributors.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"strings"

Expand Down
1 change: 1 addition & 0 deletions checks/frozen_deps.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"fmt"
"regexp"
Expand Down
1 change: 1 addition & 0 deletions checks/fuzzing.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"fmt"

Expand Down
1 change: 1 addition & 0 deletions checks/packaging.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"path/filepath"
"regexp"
Expand Down
1 change: 1 addition & 0 deletions checks/permissions.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"errors"
"fmt"
Expand Down
1 change: 1 addition & 0 deletions checks/pull_requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"strings"

Expand Down
1 change: 1 addition & 0 deletions checks/sast.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"errors"

Expand Down
1 change: 1 addition & 0 deletions checks/shell_download_validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"bufio"
"bytes"
Expand Down
1 change: 1 addition & 0 deletions checks/signed_releases.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"errors"
"strings"
Expand Down
1 change: 1 addition & 0 deletions checks/signed_tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"errors"

Expand Down
1 change: 1 addition & 0 deletions checks/vulnerabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package checks

//nolint:gci
import (
"bytes"
"encoding/json"
Expand Down
1 change: 1 addition & 0 deletions pkg/scorecard.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package pkg

//nolint:gci
import (
"context"
"fmt"
Expand Down
1 change: 1 addition & 0 deletions pkg/scorecard_result.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package pkg

//nolint:gci
import (
"encoding/csv"
"encoding/json"
Expand Down

0 comments on commit 4bc92a3

Please sign in to comment.