Skip to content

Commit

Permalink
test(dynamite): add tests for documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolas Rimikis <[email protected]>
  • Loading branch information
Leptopoda committed Dec 30, 2023
1 parent 12eaf52 commit 69f7d68
Show file tree
Hide file tree
Showing 4 changed files with 976 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/dynamite/dynamite_end_to_end_test/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ targets:
- unreachable_switch_case
- unused_element
- no_leading_underscores_for_local_identifiers
overrides:
lib/documentation.openapi.json:
analyzer_ignores:
- camel_case_types
- camel_case_extensions
- discarded_futures
- unreachable_switch_case
- unused_element
- no_leading_underscores_for_local_identifiers
Loading

0 comments on commit 69f7d68

Please sign in to comment.