Skip to content

Commit

Permalink
Make full lints always instead of starting from some revision
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Jun 22, 2018
1 parent a64df00 commit 5b6564f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ issues:
- Potential file inclusion via variable
max-issues-per-linter: 0
max-same-issues: 0
new-from-rev: "445eda78f1785a5c563781e24699a2c5e3757783"
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ else
${GOENV} golangci-lint run
endif

.PHONY: lint-all
lint-all: prepare_golangci_lint
${GOENV} golangci-lint run --new-from-rev=""

HAS_GOLANGCI_LINT := $(shell command -v golangci-lint)

.PHONY: prepare_golangci_lint
Expand Down

0 comments on commit 5b6564f

Please sign in to comment.