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 16c1abba1 Require Java JDK 8
     new 1ad5abbac linter: load-config option
     new 2cc23169f linter: fix linting not working in MXML scripts

The 2 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:
 .../java/org/apache/royale/linter/ASLinter.java    |  18 +--
 .../main/java/org/apache/royale/linter/LINTER.java |   4 +-
 .../apache/royale/linter/config/Configuration.java | 148 +++++++++++++++++++++
 .../apache/royale/linter/config/Configurator.java  | 125 +++++++++++++++++
 .../linter}/internal/config/FileConfigurator.java  |   8 +-
 .../config/SystemPropertyConfigurator.java         |   3 +-
 6 files changed, 292 insertions(+), 14 deletions(-)
 copy {compiler-common/src/main/java/org/apache/royale/compiler => 
linter/src/main/java/org/apache/royale/linter}/internal/config/FileConfigurator.java
 (99%)
 rename linter/src/main/java/org/apache/royale/linter/{ => 
internal}/config/SystemPropertyConfigurator.java (96%)

Reply via email to