Skip to content

Commit

Permalink
Merge pull request #291 from Workiva/fixes-and-cleanup
Browse files Browse the repository at this point in the history
FED-3006 CI fixes and dependency_validator cleanup
  • Loading branch information
rmconsole3-wf authored Aug 1, 2024
2 parents f782bb5 + 56063e1 commit 7c6c6db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
- name: Create SBOM Release Asset
uses: anchore/sbom-action@v0
# This fails if it runs more than once within a given build
if: matrix.sdk != '2.18.7'
with:
path: ./
format: cyclonedx-json
15 changes: 2 additions & 13 deletions dart_dependency_validator.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
exclude:
- 'test/test_fixtures/**'
ignore:
- a_fake_package
- dart_style
- meta
- over_react
- pedantic
- dart_dev
- platform_detect
- react
- react_material_ui
- somewhere_else
- test_api
- test_project
- web_skin
- web_skin_dart
- z_fake_package
7 changes: 1 addition & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dev_dependencies:
build_runner: ^2.1.1
build_test: ^2.1.3
dart_style: ^2.0.3
dependency_validator: ^3.1.2
dependency_validator: ^4.0.0
test: ^1.17.10
test_descriptor: ^2.0.0
uuid: ^3.0.5
Expand All @@ -49,8 +49,3 @@ executables:
intl_message_migration:
sort_intl:
unify_package_rename:

dependency_validator:
ignore:
- meta
- mockito

0 comments on commit 7c6c6db

Please sign in to comment.