diff --git a/lib/src/exception_words.dart b/lib/src/exception_words.dart index 26facfe1..bca978c6 100644 --- a/lib/src/exception_words.dart +++ b/lib/src/exception_words.dart @@ -55,5 +55,6 @@ List exceptionWords = [ 'try', 'client', 'hashCode', - 'value' + 'value', + 'override', ];