Dart code convention fixer
Project description
- Pypi publishing: https://realpython.com/pypi-publish-python-package/
- Regex: https://www.programiz.com/python-programming/regex
- Regex online: https://regex101.com/
- Rules index: https://dart-lang.github.io/linter/lints/index.html
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dart-code-convention-fixer-0.2.1.tar.gz.
File metadata
- Download URL: dart-code-convention-fixer-0.2.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.8.0 tqdm/4.53.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9796b8cdb2ecfa0796ea1d096a059eb7f79cd298a6a432ed0f109deaf4e8f39a
|
|
| MD5 |
e90e00d0735f46b64c1edb40e15c965f
|
|
| BLAKE2b-256 |
d1747760c2a3b5be6e9bcea33a1fa7e166dd3bed43b64ecdf6a9754bc35607a3
|
File details
Details for the file dart_code_convention_fixer-0.2.1-py3-none-any.whl.
File metadata
- Download URL: dart_code_convention_fixer-0.2.1-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.8.0 tqdm/4.53.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04fd2026672e59a2a025a382544a4549663d8b121fa4c9748d7283def0f759b4
|
|
| MD5 |
81fc9e628eaacf684e2a2c5c04079d13
|
|
| BLAKE2b-256 |
6d3b7c59d05a8eb5cc66d9dc8e0b34cab06bc078035241f6d96116dc36cb5d77
|