This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
from 2cc23169f linter: fix linting not working in MXML scripts
new fa221ac37 linter: aslint-config.xml detection
new bd803333e linter: use aslint-config instead of royale-config as root
element of config files
new 86a7f8630 formatter: load-config option and asformat-config.xml
detection
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/royale/formatter/FORMATTER.java | 5 +-
.../royale/formatter/config/Configuration.java | 148 +++++++++++++++++++
.../royale/formatter/config/Configurator.java | 156 +++++++++++++++++++++
.../internal/config/FileConfigurator.java | 9 +-
.../config/SystemPropertyConfigurator.java | 3 +-
.../main/java/org/apache/royale/linter/LINTER.java | 6 +-
.../apache/royale/linter/config/Configurator.java | 33 ++++-
7 files changed, 347 insertions(+), 13 deletions(-)
copy {compiler-common/src/main/java/org/apache/royale/compiler =>
formatter/src/main/java/org/apache/royale/formatter}/internal/config/FileConfigurator.java
(99%)
rename formatter/src/main/java/org/apache/royale/formatter/{ =>
internal}/config/SystemPropertyConfigurator.java (96%)