diff --git a/scalastyle-config.xml b/scalastyle-config.xml index 9a35183c6373..7fe0697202cd 100644 --- a/scalastyle-config.xml +++ b/scalastyle-config.xml @@ -250,6 +250,14 @@ This file is divided into 3 sections: Omit braces in case clauses. + + + ^Override$ + override modifier should be used instead of @java.lang.Override. + + + +