Skip to content

Commit

Permalink
Merge pull request #184 from nhs-r-community/tidy-lorem
Browse files Browse the repository at this point in the history
Added Lorem and tidied unused requirements
  • Loading branch information
Lextuga007 authored Dec 14, 2024
2 parents b4238d4 + 9e5fc53 commit bf7fab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion tests/no-bad-latin.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ def read_and_check_files(files):
containing the offending line.
"""
failing_files = {}
bad_latin = ["i.e.", "e.g.", "e.t.c.", " etc", " ie ", "et cetera", " eg ", " ect "]
bad_latin = ["i.e.", "e.g.", "e.t.c.", " etc", " ie ", "et cetera", " eg ",
" ect ", " lorem ", " Lorem "]

for filename in files:
if os.path.basename(filename) in IGNORE_LIST:
Expand Down
4 changes: 1 addition & 3 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
jsonschema
requests
ruamel.yaml
requests

0 comments on commit bf7fab1

Please sign in to comment.