Skip to content

Commit 8c051d3

Browse files
committed
The abstract flag is now optional; issue #11
1 parent 7f05e56 commit 8c051d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/validation.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,8 @@ mod content {
377377
} else {
378378
Some(IssueReport {
379379
line_number: None,
380-
description: "The file is missing the _abstract flag.",
381-
severity: IssueSeverity::Error,
380+
description: "The file is missing the _abstract flag. The flag is recommended but not required.",
381+
severity: IssueSeverity::Warning,
382382
})
383383
}
384384
}

0 commit comments

Comments
 (0)