From cbb5c3936934f110c21894e1fff3922a6101860b Mon Sep 17 00:00:00 2001 From: v7lin Date: Tue, 5 Mar 2019 12:26:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B4=A8=E9=87=8F=E5=88=86?= =?UTF-8?q?=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/analysis_options.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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