Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Ignore empty __init__.py. Closes #5
Skips all checks on empty __init__.py files. CHANGES alxcheck/utils/helpers.py + Add is_empty_init_py function helper function for skipping all checks on empty __init__.py. alxcheck/checks/general.py: * Fix typo: Remove trailing S in function name check_file_ends_with_new_line. alxcheck/main.py + Print no_ending_new_line error only if new function returns False * Make Python checks conditional/based on new check's output.
- Loading branch information