You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no automated process in place to verify the Dart analyzer whenever a reviewer merges a pull request. This increases the risk of merging code that contains syntax or semantic errors, leading to potential bugs and decreased code quality.
Feature
A feature request is submitted to implement an automated process that runs the Dart analyzer on the code in a pull request before it is merged. This would help ensure that the code is free of errors and maintain the high quality of the codebase.
Motivation
Implementing this feature would improve the quality and reliability of the codebase by catching errors early in the development process. It would also save time for reviewers who would otherwise need to manually run the Dart analyzer on each pull request.
Type
Functionality
Issue
Currently, there is no automated process in place to verify the Dart analyzer whenever a reviewer merges a pull request. This increases the risk of merging code that contains syntax or semantic errors, leading to potential bugs and decreased code quality.
Feature
A feature request is submitted to implement an automated process that runs the Dart analyzer on the code in a pull request before it is merged. This would help ensure that the code is free of errors and maintain the high quality of the codebase.
Motivation
Implementing this feature would improve the quality and reliability of the codebase by catching errors early in the development process. It would also save time for reviewers who would otherwise need to manually run the Dart analyzer on each pull request.
Additional context
Related to #665
Acknowledgements
The text was updated successfully, but these errors were encountered: