jonataslaw / get_cli

Official Getx CLI
Apache License 2.0
610 stars 179 forks source link

Add Analysis Options and Format All Files #284

Open knottx opened 1 month ago

knottx commented 1 month ago
  1. Added a new linter rules analysis_options.yaml file to define and enforce coding standards and best practices for the project. This file includes rules that will help maintain code quality and consistency across the codebase.

  2. Formatted all Dart files in the project to comply with the newly established analysis options. This includes adjustments to spacing, indentation, line lengths, and other style-related elements to improve readability and maintainability.