File tree Expand file tree Collapse file tree 4 files changed +5
-1516
lines changed
Expand file tree Collapse file tree 4 files changed +5
-1516
lines changed Original file line number Diff line number Diff 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/protolint-action@v0.7.0
31- # with:
32- # configDirectory: .
27+ - name : Run protolint
28+ uses : plexsystems/protolint-action@v0.7.0
29+ with :
30+ configDirectory : .
3331
3432 - name : Install build requirements
3533 run : |
Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments