Skip to content

Commit

Permalink
Disable riverpod_lint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Mar 9, 2023
1 parent 7e85bc9 commit 3b895a7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ analyzer:
- lib/src/common/lichess_icons.dart
errors:
invalid_annotation_target: ignore
plugins:
- custom_lint

linter:
rules:
Expand Down
26 changes: 1 addition & 25 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3b895a7

Please sign in to comment.