Commit Graph

62 Commits

Author SHA1 Message Date
Jeremy Wood ede47e834b
Fix import order check. 2023-09-11 22:17:47 -04:00
Ben Woo e31ef1428c
Fix import order checkstyle and remove comment 2023-09-12 00:43:46 +08:00
Ben Woo 256ac67cf1
Optimise all imports 2023-09-12 00:41:17 +08:00
Ben Woo e005b266ea
Add a todo about the todo checkstyle to enable todo warning after mv 2023-09-12 00:19:27 +08:00
Ben Woo 1dfdb611c6
Set back throw count to 0 2023-09-12 00:15:13 +08:00
Ben Woo dd4b01f922
Fix a lot of checkstyles throughout 2023-09-12 00:07:25 +08:00
Ben Woo 690d956ce2
Merge branch 'MV5' into world-revamp-continue 2023-09-11 22:11:32 +08:00
Ben Woo ffec23c9ed
Add docs and fix more checkstyles 2023-09-11 21:52:16 +08:00
Ben Woo ba7b6ae951
Upstream checkstyle changes from world revamp 2023-09-11 13:40:50 +08:00
Jeremy Wood e81296015e
Ignore DeclarationOrder check. 2023-09-09 23:54:05 -04:00
Jeremy Wood c340f16f63
Use different parameter number checks for methods and constructors. 2023-09-09 11:28:24 -04:00
Jeremy Wood 700b0cc81c
Allow checkstyle suppression trailing comments. 2023-09-09 11:25:17 -04:00
Jeremy Wood 503d054859
Temporarily reduce severity of PackageName check. 2023-09-09 10:52:59 -04:00
Jeremy Wood f5dc049b35
Loosen ClassFanOutComplexity check. 2023-09-09 10:14:59 -04:00
Jeremy Wood 654c12b627
Make checkstyle concessions. 2023-09-09 09:59:00 -04:00
Ben Woo 4cbe2eaca9
Loosen up some codestyle 2023-09-09 12:32:37 +08:00
Jeremy Wood e00b06692f
Remove LPAREN from SeparatorWrap check. 2023-09-08 01:42:21 -04:00
Jeremy Wood 227cddab7c
Soften up checkstyle significantly. 2023-09-08 01:19:06 -04:00
Jeremy Wood dcbcca9a62
Remove extra check. 2023-09-06 17:23:15 -04:00
Jeremy Wood bc830ee780
Configure Whitespace checkstyle. 2023-09-06 17:22:50 -04:00
Jeremy Wood 407dcb3125
Configure Regexp checkstyle. 2023-09-06 13:41:41 -04:00
Jeremy Wood 405a033d85
Configure Size Violations checkstyle. 2023-09-06 13:40:19 -04:00
Jeremy Wood 073d13cf4d
Configure Naming Conventions checkstyle. 2023-09-06 12:05:47 -04:00
Jeremy Wood e8e8c4aff6
Configure Modifiers checkstyle. 2023-09-06 11:40:17 -04:00
Jeremy Wood 67f2f1f6b0
Configure Miscellaneous checkstyle. 2023-09-06 10:03:44 -04:00
Jeremy Wood d7f236492b
Configure Metrics checkstyle. 2023-09-06 09:43:37 -04:00
Jeremy Wood 086c3e8af0
Configure Imports checkstyle. 2023-09-06 09:26:00 -04:00
Jeremy Wood c62c1278ec
Configure Coding checkstyle. 2023-09-06 09:17:31 -04:00
Jeremy Wood 1d47473cd3
Configure Class Design checkstyle. 2023-09-06 08:22:01 -04:00
Jeremy Wood f725723932
Configure Block Checks checkstyle. 2023-09-06 07:57:36 -04:00
Jeremy Wood 28edf86c96
Configure Annotation checkstyle. 2023-09-06 01:15:33 -04:00
Jeremy Wood ab2dd9d316
Configure Javadoc checkstyle. 2023-09-06 01:05:13 -04:00
Jeremy Wood e04b0faa85
Upgrade checkstyle to version 10.12.2. 2023-09-05 23:52:20 -04:00
Jeremy Wood 6a309f04dc
Update dtd reference in mv_checks.xml. 2023-09-05 23:33:56 -04:00
Eric Stokes 67d172fd08 Removed redundantThrows checkstyle rule, it's gone in 6.2+
See: checkstyle/checkstyle#473
2016-11-19 14:30:04 -07:00
main() e45520c43b Update checkstyle. 2013-03-02 13:13:09 +01:00
main() 3a32857683 MethodLength deserves only a warning and why should we count empty lines!? 2012-05-01 12:42:01 +02:00
main() b2578b1736 "No newline at end of file" deserves more than only an information. 2012-01-28 15:48:46 +01:00
main() bb0b26e03c Another huge commit. Style once again, hopefully for the last time.
And we're now using CheckStyle-suppression-comments, thanks @lithium3141.
2012-01-04 13:17:10 +01:00
main() 120009c6b4 Let's go ahead and see if everything explodes. 2012-01-03 16:26:26 +01:00
main() 9d16b7c445 Whitespace is allowed when arrays are initialized. 2012-01-03 15:00:39 +01:00
main() a5650f1f35 New "/mv version"-system. 2012-01-01 21:10:51 +01:00
main() 426a3bf252 I forgot to put that back in... 2012-01-01 21:09:52 +01:00
main() ac5f249164 Fixing the next bunch of CheckStyle-warnings.
I just pushed this without checking it, could somebody please review this commit?
2012-01-01 20:38:37 +01:00
main() 47e052d180 Style-fixes. Tons of them. I was too lazy to pack them into different commits. 2012-01-01 17:22:05 +01:00
main() 6f884c9308 Style-fixes in MultiverseCore.
Oh, and String.format is better than string concatenation.
2011-12-31 20:30:09 +01:00
main() d48927787b Fixed MagicNumberCheck in MVWorld 2011-12-31 19:56:53 +01:00
main() 8164f484dd Why is an if() without braces bad style!? Seriously!? 2011-12-19 20:53:38 +01:00
main() ae27a34bb0 Empty catch blocks are okay. 2011-12-12 17:22:47 +01:00
main() 033df2f407 Inline conditionals are awesome! 2011-12-12 17:14:54 +01:00