From 1a732a934e0a7347e415bce33b800ef76746d17e Mon Sep 17 00:00:00 2001 From: Jarvan Mo Date: Fri, 7 Mar 2025 23:10:50 +0800 Subject: [PATCH] update analysis options --- analysis_options.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/analysis_options.yaml b/analysis_options.yaml index a5744c1..513f957 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -2,3 +2,6 @@ include: package:flutter_lints/flutter.yaml # Additional information about this file can be found at # https://dart.dev/guides/language/analysis-options +analyzer: + exclude: + - CHANGELOG.md