# HG changeset patch # User Doug Simon # Date 1428050517 -7200 # Node ID 96acaee063024d949e2e7ab770927a19b86389f7 # Parent cfd1c99206b99365b1635dd6108e24b0f258f47f added Checkstyle rule to prevent non-ASCII characters in Java source files diff -r cfd1c99206b9 -r 96acaee06302 graal/com.oracle.graal.graph/.checkstyle_checks.xml --- a/graal/com.oracle.graal.graph/.checkstyle_checks.xml Fri Apr 03 10:41:28 2015 +0200 +++ b/graal/com.oracle.graal.graph/.checkstyle_checks.xml Fri Apr 03 10:41:57 2015 +0200 @@ -21,9 +21,7 @@ - - - + @@ -126,9 +124,13 @@ + + + + - + diff -r cfd1c99206b9 -r 96acaee06302 graal/com.oracle.truffle.api/.checkstyle_checks.xml --- a/graal/com.oracle.truffle.api/.checkstyle_checks.xml Fri Apr 03 10:41:28 2015 +0200 +++ b/graal/com.oracle.truffle.api/.checkstyle_checks.xml Fri Apr 03 10:41:57 2015 +0200 @@ -126,6 +126,10 @@ + + + +