This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git
commit 9a1df8b7198cf8be11dd6041d39c82bbce6f8f09 Author: Martijn Visser <[email protected]> AuthorDate: Tue Apr 4 16:42:35 2023 +0200 [hotfix] To allow all Archunit rules to be evaluated without checking any classes --- flink-connector-gcp-pubsub/src/test/resources/archunit.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flink-connector-gcp-pubsub/src/test/resources/archunit.properties b/flink-connector-gcp-pubsub/src/test/resources/archunit.properties index 15be88c..48011f9 100644 --- a/flink-connector-gcp-pubsub/src/test/resources/archunit.properties +++ b/flink-connector-gcp-pubsub/src/test/resources/archunit.properties @@ -29,3 +29,5 @@ freeze.store.default.allowStoreUpdate=true #freeze.refreeze=true freeze.store.default.path=archunit-violations + +archRule.failOnEmptyShould = false
