mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Pip check (#1576)
* add pip check/pip install to verify recommend config actually works * add yamllint because too much yaml now * add FAQ's
This commit is contained in:
10
.yamllint.yml
Normal file
10
.yamllint.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
extends:
|
||||
default
|
||||
|
||||
rules:
|
||||
line-length: disable
|
||||
|
||||
ignore: |
|
||||
.direnv
|
||||
.tox
|
||||
Reference in New Issue
Block a user