Skip to content

Commit ca2c999

Browse files
authored
MAINT: enable protolint check (#32)
1 parent 3981ad4 commit ca2c999

File tree

4 files changed

+5
-1516
lines changed

4 files changed

+5
-1516
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ jobs:
2424
with:
2525
python-version: ${{ env.MAIN_PYTHON_VERSION }}
2626

27-
# Uncomment once the proto files are stable enough on their side
28-
29-
# - name: Run protolint
30-
# uses: plexsystems/[email protected]
31-
# with:
32-
# configDirectory: .
27+
- name: Run protolint
28+
uses: plexsystems/[email protected]
29+
with:
30+
configDirectory: .
3331

3432
- name: Install build requirements
3533
run: |

.protolint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ lint:
1818
# - Enum fields with 0 value are not suffixed UNSPECIFIED
1919
# - Prepositions should be exluded from message and field names
2020
remove:
21+
- PACKAGE_NAME_LOWER_CASE
2122
- MESSAGES_HAVE_COMMENT
2223
- SERVICES_HAVE_COMMENT
2324
- RPCS_HAVE_COMMENT

ansys/api/geometry/v0/api.proto

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)