forked from vieter-v/vieter
Compare commits
No commits in common. "1bd3ed35233ed3bb28f3f301f11106effbab9b81" and "82b54622dee62a7513f731786a868c36c398019a" have entirely different histories.
1bd3ed3523
...
82b54622de
2 changed files with 0 additions and 11 deletions
|
|
@ -6,12 +6,5 @@ platform: linux/amd64
|
|||
pipeline:
|
||||
lint:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
group: lint
|
||||
commands:
|
||||
- make lint
|
||||
|
||||
vet:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
group: lint
|
||||
commands:
|
||||
- make vet
|
||||
|
|
|
|||
4
Makefile
4
Makefile
|
|
@ -60,10 +60,6 @@ lint:
|
|||
fmt:
|
||||
$(V) fmt -w $(SRC_DIR)
|
||||
|
||||
.PHONY: vet
|
||||
vet:
|
||||
$(V) vet -W $(SRC_DIR)
|
||||
|
||||
# Pulls & builds my personal build of the v compiler, required for this project to function
|
||||
.PHONY: customv
|
||||
customv:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue