Skip to content

Commit

Permalink
Merge pull request #155 from unfoldingWord/RJHimprovements
Browse files Browse the repository at this point in the history
Handle new TSV filename style; other small fixes
  • Loading branch information
mandolyte authored Apr 7, 2021
2 parents 05e01f5 + 5268098 commit 17d7626
Show file tree
Hide file tree
Showing 37 changed files with 1,291 additions and 10,625 deletions.
18 changes: 9 additions & 9 deletions noticeList.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Last updated 2021-03-03 14:21:40.746190 by makeNoticeList.py
Last updated 2021-03-04 10:13:48.532868 by makeNoticeList.py
Got 496 notices:
checkRepoResult.noticeList.push( 997, "Repository doesn’t exist", details, username, repoCode, repoName, location: givenLocation, extra: repoCode from checkRepo.js line 256
languageCode === 'en' || languageCode === 'fr' ? 490 : 190, "Expected header field to contain a mixed-case string", fieldName: `\\$marker`, excerpt: rest, C, V, location: lineLocation from usfm-text-check.js line 945
Expand Down Expand Up @@ -123,15 +123,15 @@ Got 496 notices:
902, "Bad function call: should be given a valid book abbreviation", excerpt: bookID, location: ` (not '$bookID')$generalLocation` ); return checkBookPackageResult; from checkBookPackage.js line 312
900, "Bad parameter: should be given a valid book abbreviation", excerpt: bookIDList, location: ` (not '$bookIDList')` from checkBookPackages.js line 76
895, "Field contains zero-width space(s)", details: `$charCount occurrence$charCount === 1 ? '' : 's' found`, characterIndex, excerpt, location: ourLocation from field-text-check.js line 105
889, `Unable to find TA link`, excerpt: fieldText, location: `$ourLocation $filepath` from ta-reference-check.js line 109
888, `Error loading TA link`, excerpt: fieldText, location: `$ourLocation $filepath: $trcGCerror` from ta-reference-check.js line 114
889, `Unable to find linked TA article`, excerpt: fieldText, location: `$ourLocation $filepath` from ta-reference-check.js line 109
888, `Error loading linked TA article`, excerpt: fieldText, location: `$ourLocation $filepath: $trcGCerror` from ta-reference-check.js line 114
887, `Linked TA article seems empty`, excerpt: fieldText, location: `$ourLocation $filepath` from ta-reference-check.js line 111
886, `Unable to find $fieldName TA link`, excerpt: totalLink, location: `$ourLocation $filepath` from notes-links-check.js line 365
886, `Unable to find $fieldName TA link`, excerpt: totalLink, location: `$ourLocation $filepath` from notes-links-check.js line 416
886, `Unable to find $fieldName TA link`, excerpt: totalLink, location: `$ourLocation $filepath` from notes-links-check.js line 479
885, `Error loading $fieldName TA link`, excerpt: totalLink, location: `$ourLocation $filepath: $trcGCerror` from notes-links-check.js line 360
885, `Error loading $fieldName TA link`, excerpt: totalLink, location: `$ourLocation $filepath: $trcGCerror` from notes-links-check.js line 411
885, `Error loading $fieldName TA link`, excerpt: totalLink, location: `$ourLocation $filepath: $trcGCerror` from notes-links-check.js line 474
886, `Unable to find $fieldName linked TA article`, excerpt: totalLink, location: `$ourLocation $filepath` from notes-links-check.js line 365
886, `Unable to find $fieldName linked TA article`, excerpt: totalLink, location: `$ourLocation $filepath` from notes-links-check.js line 416
886, `Unable to find $fieldName linked TA article`, excerpt: totalLink, location: `$ourLocation $filepath` from notes-links-check.js line 479
885, `Error loading $fieldName linked TA article`, excerpt: totalLink, location: `$ourLocation $filepath: $trcGCerror` from notes-links-check.js line 360
885, `Error loading $fieldName linked TA article`, excerpt: totalLink, location: `$ourLocation $filepath: $trcGCerror` from notes-links-check.js line 411
885, `Error loading $fieldName linked TA article`, excerpt: totalLink, location: `$ourLocation $filepath: $trcGCerror` from notes-links-check.js line 474
884, `Linked $fieldName TA article seems empty`, excerpt: totalLink, location: `$ourLocation $filepath` from notes-links-check.js line 367
884, `Linked $fieldName TA article seems empty`, excerpt: totalLink, location: `$ourLocation $filepath` from notes-links-check.js line 418
884, `Linked $fieldName TA article seems empty`, excerpt: totalLink, location: `$ourLocation $filepath` from notes-links-check.js line 481
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uw-content-validation",
"description": "Functions for Checking Door43.org Scriptural Content/Resources.",
"version": "2.0.0",
"version": "2.1.0",
"private": false,
"homepage": "https://unfoldingword.github.io/uw-content-validation/",
"repository": {
Expand Down
Loading

0 comments on commit 17d7626

Please sign in to comment.