Commit Graph

4 Commits

Author SHA1 Message Date
mkpaz
c3863e7eea Checkstyle: remove MissingSwitchDefault rule
This check is covered by ErrorProne, which also verifies whether switch statement is exhaustive or not.
2023-02-10 15:28:55 +04:00
mkpaz
4c3daeb798 Checkstyle: fix variable declaration [VariableDeclarationUsageDistance] 2023-02-10 15:28:55 +04:00
mkpaz
c3a9b71e93 Checkstyle: fix naming convention issues
Fixed warnings: AbbreviationAsWordInName, ClassTypeParameterName, LocalVariableName, MemberName, MethodName.
2023-02-10 15:28:55 +04:00
mkpaz
69909a4074 Add checkstyle plugin and config 2023-02-10 15:28:55 +04:00