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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Update workflow to include custom lint #325

Closed
wants to merge 4 commits into from
Closed

Conversation

yorifuji
Copy link
Owner

No description provided.


part 'recipe_store2.g.dart';

@riverpod
Copy link
Contributor

@github-actions github-actions bot Dec 22, 2023

Choose a reason for hiding this comment

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

LevelMessage
ℹ️ If a provider depends on providers which specify "dependencies", they should themselves specify "dependencies" and include all the scoped providers.
Level Message
ℹ️ If a provider depends on providers which specify "dependencies", they should themselves specify "dependencies" and include all the scoped providers.

@@ -14,6 +14,7 @@ import 'package:path_provider/path_provider.dart';
import 'package:shared_preferences/shared_preferences.dart';

void main() async {
final String x = 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

LevelMessage
A value of type 'int' can't be assigned to a variable of type 'String'
⚠️The value of the local variable 'x' isn't used
ℹ️Use 'const' for final variables initialized to a constant value

Copy link
Contributor

✅ easy-vrt has checked for visual changes

🔴 Changed🟡 New🟤 Deleted🔵 Passing
00012

📊 Download Report

You can download the report from the artifact here

Repository owner deleted a comment from github-actions bot Dec 23, 2023
@yorifuji yorifuji closed this Dec 23, 2023
@yorifuji yorifuji deleted the feature/custom-lint branch December 23, 2023 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant