Skip to content

Commit

Permalink
feat: add 'configValidationMode: error' option, Part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jun 14, 2022
1 parent 8de4008 commit 3610786
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/java/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: java-tests

configValidationMode: error

plugins:
- ../../../

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/kotlin/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: kotlin-tests

configValidationMode: error

plugins:
- ../../../

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/lambda-integration/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: integration-tests

configValidationMode: error

plugins:
- ../../../

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/lambda-invoke/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: lambda-invoke-tests

configValidationMode: error

plugins:
- ../../../

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/python/python-big-json/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: python-big-json-tests

configValidationMode: error

plugins:
- ../../../../

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/python/python3/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: python-3-tests

configValidationMode: error

plugins:
- ../../../../

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/ruby/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: ruby-tests

configValidationMode: error

plugins:
- ../../../

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/scala/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: scala-tests

configValidationMode: error

plugins:
- ../../../

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/websocket-authorizer/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: authorizer-websocket-tests

configValidationMode: error

plugins:
- ../../../

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/websocket-oneway/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: oneway-websocket-tests

configValidationMode: error

plugins:
- ../../../

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/websocket-twoway/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: twoway-websocket-tests

configValidationMode: error

plugins:
- ../../../

Expand Down

0 comments on commit 3610786

Please sign in to comment.