forked from TrueCloudLab/frostfs-api
[#58] Makefile: Remove lint target due to buf CLI being unavailable
The `buf` CLI is no longer available, so the related lint target has been removed from Makefile. Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
This commit is contained in:
parent
8760caa093
commit
54812ba857
2 changed files with 0 additions and 18 deletions
8
Makefile
Normal file → Executable file
8
Makefile
Normal file → Executable file
|
@ -1,14 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
SHELL=bash
|
||||
|
||||
# BRanch to match for BReaking changes
|
||||
BRBR?=master
|
||||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
buf check lint
|
||||
buf check breaking --against-input '.git#branch=$(BRBR)'
|
||||
|
||||
.PHONY: doc
|
||||
# Regenerate documentation for proto files:
|
||||
doc:
|
||||
|
|
10
buf.yaml
10
buf.yaml
|
@ -1,10 +0,0 @@
|
|||
lint:
|
||||
use:
|
||||
- DEFAULT
|
||||
- COMMENTS
|
||||
- ENUM_FIRST_VALUE_ZERO
|
||||
except:
|
||||
- PACKAGE_DIRECTORY_MATCH
|
||||
- PACKAGE_VERSION_SUFFIX
|
||||
- ENUM_VALUE_PREFIX
|
||||
- ENUM_ZERO_VALUE_SUFFIX
|
Loading…
Reference in a new issue