Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move implementation to src dir #77

Merged
merged 6 commits into from Feb 18, 2024
Merged

Move implementation to src dir #77

merged 6 commits into from Feb 18, 2024

Conversation

ghost
Copy link

@ghost ghost commented Jan 30, 2024

No description provided.

@ghost
Copy link
Author

ghost commented Jan 30, 2024

i've got a bunch of errors while testing the example app. doesn't look like my update's fault, but should be fixed in a separate PR

image

@ghost
Copy link
Author

ghost commented Jan 30, 2024

Fixed in #78

@ghost ghost changed the title Move to src dir Move implementation to src dir Jan 30, 2024
@@ -19,7 +19,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
solid_lints: ^0.0.14
solid_lints: ^0.1.2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs CI update.

Comment on lines 26 to 43
- name: Setup Dart Code Metrics
run: dart pub get dart_code_metrics
- name: Dart Code Metrics
uses: solid-software/dart-code-metrics-action@bb6c6b9b92f6adbd2b77fd83747a85f1f1be17ca
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
fatal_warnings: true
fatal_style: true
folders: "lib"

- name: Run Dart Code Metrics
run: |
dirs_to_analyze=""
if [ -d lib ]; then dirs_to_analyze+=" lib"; fi
if [ -d test ]; then dirs_to_analyze+=" test"; fi
if [ -d example ]; then dirs_to_analyze+=" example"; fi
if [ dirs_to_analyze != "" ]
then
dart run dart_code_metrics:metrics \
analyze \
$dirs_to_analyze \
--fatal-warnings \
--fatal-performance \
--fatal-style
fi
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

solid_lints no longer uses DCM.

Add dart run custom_lint.

Copy link
Collaborator

@solid-yuriiprykhodko solid-yuriiprykhodko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@illia-romanenko illia-romanenko merged commit 4fcb367 into solid-software:main Feb 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants