Skip to content

Commit

Permalink
Satisfy checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Apr 10, 2021
1 parent e51df11 commit 8e7e66b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<suppress checks="CyclomaticComplexity"
files="JavaParserUtil.java"
lines="0-9999"/>
<suppress checks="CyclomaticComplexity"
files="SimpleRecordingRemapper.java"
lines="0-9999"/>
<suppress checks="CyclomaticComplexity"
files="Variables.java"
lines="0-9999"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ public class SimpleRecordingRemapper extends SimpleRemapper {
* Flag for checking for field keys using super-classes.
* @param checkMethodHierarchy
* Flag for checking for method keys using super-classes.
* @param checkWonkyOuterRelation
* Flag for if outer class resolving should account for wonky renaming.
* @param workspace
* Workspace to pull names from when using hierarchy lookups.
*/
Expand Down

0 comments on commit 8e7e66b

Please sign in to comment.