Skip to content

Commit b9991e9

Browse files
add lints
1 parent fa216bf commit b9991e9

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
include: package:flutter_lints/flutter.yaml
1+
include: package:solid_lints/analysis_options.yaml
2+
3+
linter:
4+
rules:
5+
lines_longer_than_80_chars: false
6+
comment_references: false
7+
public_member_api_docs: false

flutter_vlc_player/example/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dev_dependencies:
2121

2222
flutter_vlc_player:
2323
path: ../
24+
solid_lints: 0.0.14
2425

2526
# For information on the generic Dart part of this file, see the
2627
# following page: https://www.dartlang.org/tools/pub/pubspec

flutter_vlc_player/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
23-
meta: ^1.8.0
22+
2423
flutter_vlc_player_platform_interface: ^2.0.2
24+
meta: ^1.8.0
2525

2626
dev_dependencies:
2727
flutter_test:
2828
sdk: flutter
2929

30-
flutter_lints: ^1.0.4
3130
pigeon: ^0.2.4
3231
plugin_platform_interface: ^2.1.3
32+
solid_lints: 0.0.14
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
include: package:flutter_lints/flutter.yaml
1+
include: package:solid_lints/analysis_options.yaml
2+
3+
linter:
4+
rules:
5+
lines_longer_than_80_chars: false
6+
comment_references: false
7+
public_member_api_docs: false

flutter_vlc_player_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ dev_dependencies:
1717
flutter_test:
1818
sdk: flutter
1919

20-
flutter_lints: ^1.0.4
2120
mockito: ^5.3.2
21+
solid_lints: 0.0.14

0 commit comments

Comments
 (0)