Commit Graph

14 Commits

Author SHA1 Message Date
Trustin Lee b62f14a18e Add a dummy VM_global_library.vm to silence velocity errors 2012-09-22 12:32:48 +09:00
Trustin Lee 5cb32bd104 Use LineLength module instead of regex 2012-06-09 18:34:56 +09:00
Trustin Lee 29b876aeea Add a 120-column limit rule 2012-06-08 20:23:26 +09:00
Trustin Lee 3a17bb6bc9 Fix broken CRLF rule / Check trailing whitespace
- Also removed unused imports
2012-06-08 11:16:03 +09:00
Trustin Lee d5bae61655 Update license headers 2012-06-04 13:33:20 -07:00
Trustin Lee 381814f6da Make Windows-friendly
* SuppressionFilter now replaces \ with / before patterh matching
* Added strict UNIX line separator check
* Revived NewlineAtEndOfFile check with UNIX line separator
* Confirmed checkstyle doesn't complain anymore in Windows
2012-03-02 10:19:33 -08:00
norman 735aa8ff45 Ignore NewlineAtEndOfFile as this will break the build on windows any
time
2012-03-02 11:33:43 +01:00
Trustin Lee 6c50c3c076 Exclude Version.java from the checkstyle rules
The new copyright header rule reports Version.java which is
auto-genrated.
2012-02-07 17:36:25 +09:00
Trustin Lee 1749fe33b4 Check missing copyright header 2012-02-07 17:06:15 +09:00
Trustin Lee a6d9b41b98 Disable the MissingOverride check for Java 5 code 2012-01-17 18:30:17 +09:00
Trustin Lee 0bbf677b7c Disable JavadocPackageCheck for examples 2012-01-15 01:40:26 +09:00
Trustin Lee 7ba331995d Comment out a rule that triggers a failure 2012-01-15 00:55:37 +09:00
Trustin Lee 994ea9c0b6 Disallow '(non-Javadoc)' autogenerated comment 2012-01-13 14:53:03 +09:00
Trustin Lee 3b806a4833 Initial import 2012-01-11 20:36:30 +09:00