change checkstyle default severity to error
Christian Thalinger
christian.thalinger at oracle.com
Sun Apr 14 15:21:57 PDT 2013
Thanks. -- Chris
On Apr 14, 2013, at 1:39 PM, Thomas Wuerthinger <thomas.wuerthinger at oracle.com> wrote:
> Absolutely. A push with the change is in the gate. - thomas
>
> On Apr 14, 2013, at 5:44 AM, Christian Thalinger <christian.thalinger at oracle.com> wrote:
>
>> Could we change the checkstyle default severity to error? It would make it easier to write a Mercurial commit hook.
>>
>> -- Chris
>>
>> diff --git a/graal/com.oracle.graal.graph/.checkstyle_checks.xml b/graal/com.oracle.graal.graph/.checkstyle_checks.xml
>> --- a/graal/com.oracle.graal.graph/.checkstyle_checks.xml
>> +++ b/graal/com.oracle.graal.graph/.checkstyle_checks.xml
>> @@ -9,7 +9,7 @@
>> Description: none
>> -->
>> <module name="Checker">
>> - <property name="severity" value="warning"/>
>> + <property name="severity" value="error"/>
>> <module name="TreeWalker">
>> <property name="tabWidth" value="4"/>
>> <module name="FileContentsHolder"/>
>>
>
More information about the graal-dev
mailing list