Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion swagger_parser/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
include: package:carapacik_lints/core.yaml
analyzer:
exclude:
- 'test/e2e/tests/**'
linter:
rules:
always_use_package_imports: false
Expand Down
22 changes: 22 additions & 0 deletions swagger_parser/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
global_options:
freezed:
runs_before:
- json_serializable
json_serializable:
runs_before:
- retrofit_generator
dart_mappable_builder:
runs_before:
- retrofit_generator
options:
renameMethods:
toJson: toJsonString
toMap: toJson

targets:
$default:
sources:
include:
- $package$
- lib/**
- test/**
9 changes: 9 additions & 0 deletions swagger_parser/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,14 @@ dependencies:
yaml: ^3.1.2

dev_dependencies:
dart_mappable:
dart_mappable_builder:
json_annotation:
json_serializable:
freezed_annotation:
freezed:
retrofit:
retrofit_generator:
build_runner:
carapacik_lints: ^1.8.1
test: ^1.25.2
Loading