mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 06:10:19 +00:00
362e3f0cdb
Signed-off-by: dusan <borovcanindusan1@gmail.com>
23 lines
372 B
YAML
23 lines
372 B
YAML
# Copyright (c) Abstract Machines
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
version: v2
|
|
|
|
modules:
|
|
- path: proto
|
|
name: buf.build/absmach/fluxmq
|
|
|
|
lint:
|
|
use:
|
|
- STANDARD
|
|
except:
|
|
- PACKAGE_VERSION_SUFFIX
|
|
- PACKAGE_DIRECTORY_MATCH
|
|
- RPC_REQUEST_RESPONSE_UNIQUE
|
|
- RPC_REQUEST_STANDARD_NAME
|
|
- RPC_RESPONSE_STANDARD_NAME
|
|
|
|
breaking:
|
|
use:
|
|
- FILE
|