Skip to content

Commit

Permalink
Add swift weave prototool.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl committed Mar 11, 2020
1 parent 5ccb36d commit f378020
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Cosmos-IOS/Cosmostation/Cosmostation/IOV/bns/prototool.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
protoc:
version: 3.7.1

# If not set, compile will fail if there are unused imports.
# Setting this will ignore unused imports.
allow_unused_imports: false

includes:
- spec/proto

excludes:
- .git

generate:
plugins:
- name: java
output: ./gen/swift


lint:
rules:
remove:
- FILE_OPTIONS_REQUIRE_JAVA_MULTIPLE_FILES
- FILE_OPTIONS_REQUIRE_JAVA_OUTER_CLASSNAME
- FILE_OPTIONS_REQUIRE_JAVA_PACKAGE
- FILE_OPTIONS_REQUIRE_GO_PACKAGE

0 comments on commit f378020

Please sign in to comment.