MissingCtor: leave disabled
This commit is contained in:
parent
779839dbde
commit
15e2c9e441
1 changed files with 1 additions and 1 deletions
|
@ -2708,7 +2708,7 @@ Member variables should usually be named such that it is clear what they are. Co
|
||||||
|
|
||||||
#### [MissingCtor](http://checkstyle.sourceforge.net/config_coding.html#MissingCtor)
|
#### [MissingCtor](http://checkstyle.sourceforge.net/config_coding.html#MissingCtor)
|
||||||
|
|
||||||
> TODO: enable
|
Would not see constructors created using Lombok's `@NoArgsConstructor`.
|
||||||
|
|
||||||
#### [MissingOverride](http://checkstyle.sourceforge.net/config_annotation.html#MissingOverride)
|
#### [MissingOverride](http://checkstyle.sourceforge.net/config_annotation.html#MissingOverride)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue