summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pylintrc2
-rw-r--r--yoshi/wordlist.py4
2 files changed, 5 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 06c59d4..8a5a817 100644
--- a/pylintrc
+++ b/pylintrc
@@ -1,2 +1,2 @@
[MESSAGES CONTROL]
-disable=too-many-branches
+disable=too-many-branches,too-many-lines
diff --git a/yoshi/wordlist.py b/yoshi/wordlist.py
index af03a6f..3ea052e 100644
--- a/yoshi/wordlist.py
+++ b/yoshi/wordlist.py
@@ -1,3 +1,7 @@
+"""
+A list of words to be used in XKCD-style passphrases.
+"""
+
WORDLIST = [
"abacus",
"abdomen",