An open API service indexing awesome lists of open source software.

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

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.
```