This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 5a09315ceb royale-config-template: warn-bad-bool-assignment is false
by default
5a09315ceb is described below
commit 5a09315ceba4bd9877818c91289239ca0e13545b
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Sep 18 09:06:49 2024 -0700
royale-config-template: warn-bad-bool-assignment is false by default
This option was originally removed from royale-compiler, but added back
again for use with other frameworks
---
frameworks/royale-config-template.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frameworks/royale-config-template.xml
b/frameworks/royale-config-template.xml
index c80dc707b4..aef471172c 100644
--- a/frameworks/royale-config-template.xml
+++ b/frameworks/royale-config-template.xml
@@ -454,7 +454,7 @@
<warn-bad-array-cast>true</warn-bad-array-cast>
<!-- Non-Boolean value used where a Boolean value was expected. -->
- <warn-bad-bool-assignment>true</warn-bad-bool-assignment>
+ <warn-bad-bool-assignment>false</warn-bad-bool-assignment>
<!-- Invalid Date cast operation. -->
<warn-bad-date-cast>true</warn-bad-date-cast>