mirror of
https://github.com/hanskokx/arcane_analysis.git
synced 2026-05-14 02:19:10 +02:00
Remove extra flutter_lints dependency
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
include: package:flutter_lints/flutter.yaml
|
|
||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
errors:
|
errors:
|
||||||
# treat missing required parameters as an error (not a hint)
|
# treat missing required parameters as an error (not a hint)
|
||||||
|
|||||||
+1
-3
@@ -1,6 +1,6 @@
|
|||||||
name: arcane_analysis
|
name: arcane_analysis
|
||||||
description: Linting rules for Dart and Flutter used by the Arcane Framework
|
description: Linting rules for Dart and Flutter used by the Arcane Framework
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
homepage: https://github.com/hanskokx/arcane_analysis
|
homepage: https://github.com/hanskokx/arcane_analysis
|
||||||
repository: https://github.com/hanskokx/arcane_analysis
|
repository: https://github.com/hanskokx/arcane_analysis
|
||||||
documentation: https://github.com/hanskokx/arcane_analysis
|
documentation: https://github.com/hanskokx/arcane_analysis
|
||||||
@@ -14,5 +14,3 @@ topics:
|
|||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.5.3
|
sdk: ^3.5.3
|
||||||
dev_dependencies:
|
|
||||||
flutter_lints: ^5.0.0
|
|
||||||
|
|||||||
Reference in New Issue
Block a user