This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
forked from wsycharles0o/KillStyle
-
Notifications
You must be signed in to change notification settings - Fork 0
jacky8hyf/KillStyle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Project KillStyle: Automated style correction system for ucb-checkstyle. KillStyle uses python3 and checkstyle.jar : https://inst.eecs.berkeley.edu/~cs61b/fa12/labs/style61b.txt Version 0.9 Alpha: Only works in Win OS, pending improvement to "run" function to support more OS. Please use killsytle by calling "python3 killstyle.py JAVA_SOURCE_FILE. java" in terminal Initial evaluation will be stored to res.tmp, changes will be made directly to JAVA_SOURCE_FILE.java IMPORTANT: use killstyle REPEATEDLY until res.tmp stops changing to get final output Pending imporvement for 1.0 Beta: 1. fix "run", use python function only to support all OS 2. improve run, stores every res.tmp to a list and repeatedly call itself until new res.tmp "res in list is True" 3. add more styling rules to "fix"
About
Automated style correction system for ucb-checkstyle.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 69.7%
- Python 30.3%