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 8976d5b commit 4eac0cdCopy full SHA for 4eac0cd
.github/workflows/code-analysis.yml
@@ -45,7 +45,7 @@ jobs:
45
dart analyze objectbox
46
dart analyze objectbox_test
47
- name: Check formatting of all packages
48
- run: dart format --set-exit-if-changed --fix .
+ run: dart format --set-exit-if-changed .
49
50
pana:
51
runs-on: ubuntu-24.04
.gitlab-ci.yml
@@ -57,7 +57,7 @@ analyze-and-format:
57
- dart analyze objectbox_test
58
- dart analyze objectbox/example/dart-native/vectorsearch_cities
59
# Check formatting of all packages
60
- - dart format --set-exit-if-changed --fix .
+ - dart format --set-exit-if-changed .
61
62
# Runs generator integration tests, e.g. ensures generator works as expected.
63
# Note: no need to test oldest SDK here, generator package is also built as part of unit-tests job.
0 commit comments