Highlights files with lines longer than 80 characters
- Download or clone the repo
- Run
make
- In any directory type
line_counter [regex here]
to find lines with greater than 80 characters. - Example:
line_counter ./test_file.py
- Download/Copy
line_length.py
- Run
python line_length.py [regex here]
- Example:
python line_length.py ./some_folder/*
- Run
make clean