Skip to content

Commit df35fd2

Browse files
committed
TEST!!! DO NOT MERGE!!!
Signed-off-by: Shahriyar Jalayeri <[email protected]>
1 parent 6a876e4 commit df35fd2

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

proto/buf.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Generated by buf. DO NOT EDIT.
2+
version: v1
3+
deps:
4+
- remote: buf.build
5+
owner: envoyproxy
6+
repository: protoc-gen-validate
7+
commit: daf171c6cdb54629b5f51e345a79e4dd
8+
digest: shake256:4ae167d7eed10da5f83a3f5df8c670d249170f11b1f2fd19afda06be2cff4d47dcc95e9e4a15151ecc8ce2d3d3614caf9a04d3ad82fb768a3870dedfa9455f36
9+
- remote: buf.build
10+
owner: googleapis
11+
repository: googleapis
12+
commit: 72c8614f3bd0466ea67931ef2c43d608
13+
digest: shake256:b3ac4d383db09f92ab0ca85d12bff8c49eddf7031bd3a854c260b6ac4ed6a2bb85b52b3393c316d28f8038bf3b8e70cb3d16470e8cc4423007678fb6d89d36d4

proto/buf.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: v1
2+
deps:
3+
- buf.build/envoyproxy/protoc-gen-validate
4+
- buf.build/googleapis/googleapis
5+
lint:
6+
use:
7+
- STANDARD
8+
except:
9+
- PACKAGE_DIRECTORY_MATCH
10+
- PACKAGE_VERSION_SUFFIX
11+
- FIELD_LOWER_SNAKE_CASE
12+
- ENUM_VALUE_UPPER_SNAKE_CASE
13+
- ENUM_PASCAL_CASE
14+
- MESSAGE_PASCAL_CASE
15+
- ONEOF_LOWER_SNAKE_CASE
16+
- ENUM_ZERO_VALUE_SUFFIX
17+
- ENUM_VALUE_PREFIX
18+
- ENUM_NO_ALLOW_ALIAS
19+
breaking:
20+
use:
21+
- FILE

proto/profile/local_profile.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ option java_package = "org.lfedge.eve.profile";
1717
message LocalProfile {
1818
string local_profile = 1;
1919
string server_token = 2;
20+
string test = 3;
2021
}
2122

2223
// RadioStatus message is sent in the POST request to the api/v1/radio API.

0 commit comments

Comments
 (0)