We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71921a commit 526e6d1Copy full SHA for 526e6d1
.github/workflows/code_quality.yml
@@ -29,7 +29,7 @@ jobs:
29
# if: ${{ matrix.work_dir == 'openapi-generator' }}
30
# run: docker-compose -f "docker-compose.yaml" up -d --build
31
- name: Setup Dart
32
- uses: dart-lang/setup-dart@v1.5.0
+ uses: dart-lang/setup-dart@v1
33
with:
34
sdk: stable
35
- name: Install Melos
openapi-generator/lib/src/models/generator_arguments.dart
@@ -51,6 +51,8 @@ class GeneratorArguments {
51
final bool skipValidation;
52
53
/// Write the last run placeholder to the annotated file.
54
+ /// This makes changes to the file containing @openapi() annotation
55
+ /// so that it is executed when next build runner is run
56
///
57
/// Default: true
58
final bool updateAnnotatedFile;
0 commit comments