✨ Initial support for compound arguments
This allows for grouping and mappings of multiple command arguments by using product types.
This commit is contained in:
parent
e033ee88db
commit
94710c5174
22 changed files with 1032 additions and 28 deletions
|
|
@ -133,7 +133,6 @@
|
|||
<!-- Checks for Size Violations. -->
|
||||
<!-- See https://checkstyle.org/config_sizes.html -->
|
||||
<module name="MethodLength"/>
|
||||
<module name="ParameterNumber"/>
|
||||
|
||||
<!-- Checks for whitespace -->
|
||||
<!-- See https://checkstyle.org/config_whitespace.html -->
|
||||
|
|
@ -166,7 +165,6 @@
|
|||
<module name="EqualsHashCode"/>
|
||||
<module name="IllegalInstantiation"/>
|
||||
<module name="InnerAssignment"/>
|
||||
<module name="MagicNumber"/>
|
||||
<module name="MissingSwitchDefault"/>
|
||||
<module name="MultipleVariableDeclarations"/>
|
||||
<module name="SimplifyBooleanExpression"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue