Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ jobs:
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}

# Uncomment once the proto files are stable enough on their side

# - name: Run protolint
# uses: plexsystems/protolint-action@v0.7.0
# with:
# configDirectory: .
- name: Run protolint
uses: plexsystems/protolint-action@v0.7.0
with:
configDirectory: .

- name: Install build requirements
run: |
Expand Down
1 change: 1 addition & 0 deletions .protolint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ lint:
# - Enum fields with 0 value are not suffixed UNSPECIFIED
# - Prepositions should be exluded from message and field names
remove:
- PACKAGE_NAME_LOWER_CASE
- MESSAGES_HAVE_COMMENT
- SERVICES_HAVE_COMMENT
- RPCS_HAVE_COMMENT
Expand Down
38 changes: 0 additions & 38 deletions ansys/api/geometry/v0/api.proto

This file was deleted.

Loading