forked from nus-cs2103-AY2223S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lets update checkstyle rules as follows, and update the code to match. New rules: * To match SE-EDU Java Coding Standard (basic): 1. DefaultComesLast 2. NoWhitespaceBeforeCaseDefaultColon 3. AtclauseOrder 4. JavadocBlockTagLocation 5. JavadocContentLocationCheck 6. JavadocMissingLeadingAsterisk 7. JavadocMissingWhitespaceAfterAsterisk * To match SE-EDU Java Coding Standard (intermediate): 1. MethodParamPad 2. MissingJavadocType * To match Google's Java Code Style: 1. JavadocTagContinuationIndentation Updates to existing rules: 1. Update default throwsIndent value for the Indentation from 4 (incorrect) to 8 (correct). Updates to code to match the above: 1. HelpWindow file: to match JavadocTagContinuationIndentation
- Loading branch information
1 parent
a7c730f
commit a464dde
Showing
2 changed files
with
44 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters