8000 Pass of lint for .proto files by cmaglie · Pull Request #1223 · arduino/arduino-cli · GitHub
[go: up one dir, main page]

Skip to content

Pass of lint for .proto files #1223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Mar 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added linter ignore rules to match current .proto files
  • Loading branch information
cmaglie committed Mar 24, 2021
commit 5ad58089ea57fe5eac019eb0a39cfc72648d6624
60 changes: 60 additions & 0 deletions rpc/buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
version: v1beta1
lint:
ignore_only:
ENUM_VALUE_PREFIX:
- commands/lib.proto
- monitor/monitor.proto
ENUM_VALUE_UPPER_SNAKE_CASE:
- commands/lib.proto
ENUM_ZERO_VALUE_SUFFIX:
- commands/lib.proto
- monitor/monitor.proto
FIELD_LOWER_SNAKE_CASE:
- commands/board.proto
- commands/commands.proto
- commands/common.proto
- commands/compile.proto
- commands/core.proto
- commands/lib.proto
- debug/debug.proto
- monitor/monitor.proto
- settings/settings.proto
PACKAGE_DIRECTORY_MATCH:
- commands/board.proto
- commands/commands.proto
- commands/common.proto
- commands/compile.proto
- commands/core.proto
- commands/lib.proto
- commands/upload.proto
- debug/debug.proto
- monitor/monitor.proto
- settings/settings.proto
PACKAGE_VERSION_SUFFIX:
- commands/board.proto
- commands/commands.proto
- commands/common.proto
- commands/compile.proto
- commands/core.proto
- commands/lib.proto
- commands/upload.proto
- debug/debug.proto
- monitor/monitor.proto
- settings/settings.proto
RPC_REQUEST_RESPONSE_UNIQUE:
- settings/settings.proto
RPC_REQUEST_STANDARD_NAME:
- co 54AB mmands/commands.proto
- debug/debug.proto
- monitor/monitor.proto
- settings/settings.proto
RPC_RESPONSE_STANDARD_NAME:
- commands/commands.proto
- debug/debug.proto
- monitor/monitor.proto
- settings/settings.proto
SERVICE_SUFFIX:
- commands/commands.proto
- debug/debug.proto
- monitor/monitor.proto
- settings/settings.proto
0