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

Add flutter-lints Dependency #11

Closed
Samdid opened this issue Oct 6, 2021 · 3 comments
Closed

Add flutter-lints Dependency #11

Samdid opened this issue Oct 6, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request hacktoberfest Lables open for Hacktoberfest contributions

Comments

@Samdid
Copy link

Samdid commented Oct 6, 2021

We need to test our app using GitHub Actions. Github Actions help us to automate our software development workflows in the same place we store code and collaborate on pull requests and issues. The speed of Github Actions is good, and its pricing is better than that of Travis.

Linting is the process of analyzing a source code for any programming error, stylistic errors or any bug that can occur in the code. It is helpful, if you are working in a team, that way the whole team will follow some specific rules in the codebase. It's also helpful in identifying some common and uncommon mistakes that are made during coding like logical errors, unused variables etc.

This is the package i propose to use here,
https://pub.dev/packages/flutter_lints

@Samdid
Copy link
Author

Samdid commented Oct 6, 2021

Hey @Shobu95, can you assign this issue to me?

@Shobu95 Shobu95 added enhancement New feature or request hacktoberfest Lables open for Hacktoberfest contributions labels Oct 6, 2021
@Shobu95
Copy link
Owner

Shobu95 commented Oct 6, 2021

@Samdid sure brother. give it a try.

Happy Hacking. !!!1

@Samdid
Copy link
Author

Samdid commented Oct 6, 2021

Okay, thanks!!

@Shobu95 Shobu95 closed this as completed Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Lables open for Hacktoberfest contributions
Projects
None yet
Development

No branches or pull requests

2 participants