Skip to content

Commit 80b4b6f

Browse files
authored
Revisions to PnP Validation Severity (#3321)
1 parent b0d4f52 commit 80b4b6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/pnp/extract-scripture.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const extractScripture = (
7878
// Otherwise, fallback to unspecified scripture.
7979
!mismatchError &&
8080
result.addProblem({
81-
severity: 'Warning',
81+
severity: 'Notice',
8282
groups: 'Unspecified scripture reference',
8383
message: `"${book.name}" \`${bookCell.ref}\` does not a have specified scripture reference (either in the _Books_ or _My Notes_ column)`,
8484
source: totalVersesCell,

src/components/pnp/isGoalRow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const isGoalRow = (
2727

2828
if (!rawBook) {
2929
result?.addProblem({
30-
severity: 'Warning',
30+
severity: 'Error',
3131
groups: 'No book name given',
3232
message: `Ignoring row with no book name \`${bookCell.ref}\` even though there are **${versesToTranslate}** verses to translate \`${versesCell.ref}\``,
3333
source: cell,

0 commit comments

Comments
 (0)