diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 07c88d9255..cb8bcffbff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,8 +36,8 @@ jobs: - name: Analyze project source run: flutter analyze - - name: Run riverpod lint - run: flutter pub run custom_lint + # - name: Run riverpod lint + # run: flutter pub run custom_lint - name: Run DCM checks run: flutter pub run dart_code_metrics:metrics analyze lib --no-fatal-style diff --git a/analysis_options.yaml b/analysis_options.yaml index 9034ba17dd..a0c6d90a49 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -20,8 +20,6 @@ analyzer: - lib/src/common/lichess_icons.dart errors: invalid_annotation_target: ignore - plugins: - - custom_lint linter: rules: diff --git a/pubspec.lock b/pubspec.lock index afe7d5f97c..76c5d0d78d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -243,21 +243,13 @@ packages: source: hosted version: "1.0.5" custom_lint: - dependency: "direct dev" + dependency: transitive description: name: custom_lint sha256: "324e7026902f34e180d8d27e08a89dbbe3dd8a54e0c3852a0df0db0f4046120b" url: "https://pub.dev" source: hosted version: "0.2.12" - custom_lint_builder: - dependency: transitive - description: - name: custom_lint_builder - sha256: "4f4d640f86a4d8b938e27840a1c712f79c33c47e7ce373e0b9b9abe30451a61c" - url: "https://pub.dev" - source: hosted - version: "0.2.12" custom_lint_core: dependency: transitive description: @@ -503,14 +495,6 @@ packages: url: "https://pub.dev" source: hosted version: "2.2.0" - hotreloader: - dependency: transitive - description: - name: hotreloader - sha256: "66b78edf340352fcdd2043ab6116e58ec018c5968cab6485cde0f1769d28e0b8" - url: "https://pub.dev" - source: hosted - version: "3.0.5" html: dependency: transitive description: @@ -872,14 +856,6 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.0" - riverpod_lint: - dependency: "direct dev" - description: - name: riverpod_lint - sha256: "3a308e7c66a657e8e0060b7f24cb0e88259434a28e6cef191ff8e5fb41dbec8a" - url: "https://pub.dev" - source: hosted - version: "1.1.2" rxdart: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 75b36b7cd8..b32a8782f4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -68,8 +68,6 @@ dev_dependencies: lint: ^2.0.1 mocktail: ^0.3.0 mockito: ^5.3.2 - custom_lint: ^0.2.5 - riverpod_lint: ^1.0.1 sqflite_common_ffi: ^2.2.1+1 flutter: