Skip to main content

Dart code convention fixer

Project description

Installation

Download command line utility: pip install dart-code-convention-fixer

Tutorial of app

To verify use:
python3 -m dartCCF verify - p /..
python3 -m dartCCF verify - d /..
python3 -m dartCCF verify - f /..

-p - project
-d - directory 
-f - file 

/.. - path to project, directory or file 

To fix use:

python3 -m dartCCF fix - p /..
python3 -m dartCCF fix - d /..
python3 -m dartCCF fix - f /..

-p - project
-d - directory 
-f - file 

/.. - path to project, directory or file 

Implemented:

STYLE

  • lines_longer_than_80_chars
  • always_use_package_imports
  • camel_case_types
  • camel_case_extensions
  • library_names
  • file_names
  • library_prefixes
  • constant_identifier_names
  • curly_braces_in_flow_control_structures

DOCUMENTATION

  • slash_for_doc_comments

USAGE

  • prefer_is_empty
  • prefer_is_not_empty
  • avoid_relative_lib_imports
  • prefer_adjacent_string_concatenation
  • prefer_interpolation_to_compose_strings
  • unnecessary_brace_in_string_interps
  • prefer_iterable_whereType
  • prefer_collection_literals
  • avoid_init_to_null
  • avoid_catching_errors
  • avoid_function_literals_in_foreach_calls # avoid
  • prefer_function_declarations_over_variables
  • unnecessary_new
  • unnecessary_const
  • avoid_catches_without_on_clauses

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dart-code-convention-fixer-0.2.1.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page