mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
removed --new check
This commit is contained in:
parent
396e1e6433
commit
8af9cfbb7d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ golangci-lint:
|
|||
allow_failure: false
|
||||
script:
|
||||
- echo "Checking for issues in new code"
|
||||
- golangci-lint run -v --new-from-rev=HEAD~1
|
||||
- golangci-lint run -v
|
||||
|
||||
install lattice:
|
||||
stage: test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue