Skip to content

Commit

Permalink
Remove old linter suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Apr 28, 2020
1 parent 57fbcb7 commit 30a2b81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ func Execute() {
}
}

//nolint:interfacer
func (c *Config) persistentPreRunRootE(cmd *cobra.Command, args []string) error {
if colored, err := strconv.ParseBool(c.Color); err == nil {
c.colored = colored
Expand Down
1 change: 0 additions & 1 deletion internal/git/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ type Status struct {
Ignored []IgnoredStatus
}

//nolint:gochecknoglobals
var (
statusPorcelainV2ZOrdinaryRegexp = regexp.MustCompile(`` +
`^1 ` +
Expand Down

0 comments on commit 30a2b81

Please sign in to comment.