Skip to content

Commit

Permalink
PMM-10008 Fix typo, remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Jun 1, 2022
1 parent d57a70a commit 3092f07
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .golangci-required.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 8,6 @@ linters-settings:
- errors
# use "github.com/golang/protobuf/proto" instead
- github.com/gogo/protobuf/proto
- github.com/gogo/protobuf/proto
# use only forked parser
- github.com/percona/go-mysql/log/slow
# use "gopkg.in/yaml.v3" instead
Expand Down
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 8,6 @@ linters-settings:
- errors
# use "github.com/golang/protobuf/proto" instead
- github.com/gogo/protobuf/proto
- github.com/gogo/protobuf/proto
# use only forked parser
- github.com/percona/go-mysql/log/slow
# use "gopkg.in/yaml.v3" instead
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 125,7 @@ format: ## Format source code.
bin/gofumpt -l -w $(FILES)
bin/goimports -local github.com/percona/pmm -l -w $(FILES)
bin/gci write --Section Standard --Section Default --Section "Prefix(github.com/percona/pmm)" $(FILES)
bin/goimports -local github.com/percona/pmm -l -w $(FILES) # Temporary fix, gci has bug with sorting black imports.
bin/goimports -local github.com/percona/pmm -l -w $(FILES) # Temporary fix, gci has bug with sorting blank imports.

serve: ## Serve API documentation with nginx.
# http://127.0.0.1:8080/swagger-ui.html
Expand Down

0 comments on commit 3092f07

Please sign in to comment.