[#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:
Aleksey Savchuk 2024-09-02 14:43:07 +03:00
parent 8760caa093
commit 54812ba857
No known key found for this signature in database
2 changed files with 0 additions and 18 deletions

8
Makefile Normal file → Executable file
View 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:

View file

@ -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