diff --git a/example/analysis_options.yaml b/example/analysis_options.yaml index c4c4b52..c7746e6 100644 --- a/example/analysis_options.yaml +++ b/example/analysis_options.yaml @@ -28,4 +28,5 @@ linter: - constant_identifier_names - one_member_abstracts - slash_for_doc_comments - - sort_constructors_first \ No newline at end of file + - sort_constructors_first + - unnecessary_new \ No newline at end of file