Skip to content

Highlights files with lines longer than 80 characters

License

Notifications You must be signed in to change notification settings

max-charlamb/line_length

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

line_length

Highlights files with lines longer than 80 characters

How to use with MAKE

  1. Download or clone the repo
  2. Run make
  3. In any directory type line_counter [regex here] to find lines with greater than 80 characters.
  4. Example: line_counter ./test_file.py

How to use with Python

  1. Download/Copy line_length.py
  2. Run python line_length.py [regex here]
  3. Example: python line_length.py ./some_folder/*

How to uninstall

  1. Run make clean

About

Highlights files with lines longer than 80 characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published