https://github.com/knorth55/euslint
Linter for euslisp
https://github.com/knorth55/euslint
euslisp linter
Last synced: about 1 year ago
JSON representation
Linter for euslisp
- Host: GitHub
- URL: https://github.com/knorth55/euslint
- Owner: knorth55
- License: mit
- Created: 2018-02-01T02:06:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T19:45:18.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T21:01:35.309Z (about 1 year ago)
- Topics: euslisp, linter
- Language: Python
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Euslint
Linter for Euslisp
## How to Use
```bash
$ euslint --help
usage: euslint [-h] [-e EXTENSION] [-l MAX_LINE_LENGTH] [-i IGNORE] path
positional arguments:
path checking dir or file path
optional arguments:
-h, --help show this help message and exit
-e EXTENSION, --extension EXTENSION
file extension, defalut: l
-l MAX_LINE_LENGTH, --max-line-length MAX_LINE_LENGTH
maximum line length, defalut: 100
-i IGNORE, --ignore IGNORE
list of ignoring check ids.
```