CCGSRobotics / RoboHUD

The RoboHUD GUI stack developed by CCGS Robotics
https://robohud.readthedocs.io
MIT License
10 stars 4 forks source link

Lint.py does not support file globs #57

Closed Finchiedev closed 4 years ago

Finchiedev commented 4 years ago

Pretty self explanatory, as a Linux user it would be nice to say python3 Scripts/lint.py App/JS/*.js. This can be accomplished with the Python Pathlib module, as referenced in this StackOverflow question. Additionally, implementation of the new Pathlib module means that os.walk can be deprecated, improving the overall readability of the code.

Finchiedev commented 4 years ago

Resolved with 94537c8fc9a67908f9dad7561b76738bedd65885 that merges #62