https://github.com/tech-chad/line_checker
line length checker
https://github.com/tech-chad/line_checker
Last synced: over 1 year ago
JSON representation
line length checker
- Host: GitHub
- URL: https://github.com/tech-chad/line_checker
- Owner: tech-chad
- License: mit
- Created: 2020-05-22T02:39:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T23:53:48.000Z (almost 6 years ago)
- Last Synced: 2025-01-12T19:44:54.143Z (over 1 year ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# line_checker
Line length checker for python .py and possible other types. Checks file(s) for line lengths that are too long and reports them.
pass in 1 file to check, path_to_directory to check or . for current directory
This is a work in progress