summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/igor.py b/igor.py
index 0c550dfb..3850ce76 100644
--- a/igor.py
+++ b/igor.py
@@ -249,6 +249,7 @@ def do_check_eol():
'.tox*',
'*.egg-info',
'_build',
+ '_spell',
]
checked = set()
@@ -296,7 +297,7 @@ def do_check_eol():
check_files("coverage", ["*.py"])
check_files("coverage/ctracer", ["*.c", "*.h"])
- check_files("coverage/htmlfiles", ["*.html", "*.css", "*.js"])
+ check_files("coverage/htmlfiles", ["*.html", "*.scss", "*.css", "*.js"])
check_files("tests", ["*.py"])
check_files("tests", ["*,cover"], trail_white=False)
check_files("tests/js", ["*.js", "*.html"])