mirror of
https://github.com/certbot/certbot.git
synced 2026-08-06 05:22:04 +02:00
Enfore PEP8 checking in ACME
This commit is contained in:
+6
-1
@@ -1,7 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e # Fail fast
|
||||||
|
|
||||||
|
# PEP8 is not ignored in ACME
|
||||||
|
pep8 acme
|
||||||
|
|
||||||
pep8 \
|
pep8 \
|
||||||
setup.py \
|
setup.py \
|
||||||
acme \
|
|
||||||
letsencrypt \
|
letsencrypt \
|
||||||
letsencrypt-apache \
|
letsencrypt-apache \
|
||||||
letsencrypt-nginx \
|
letsencrypt-nginx \
|
||||||
|
|||||||
Reference in New Issue
Block a user