Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 394 Bytes

File metadata and controls

16 lines (12 loc) · 394 Bytes

check_bug_reports() passes when BugReports is present

Code
  check_bug_reports(dir)
Output
  Checking DESCRIPTION has a BugReports field... OK

check_bug_reports() warns when BugReports is missing

Code
  check_bug_reports(dir)
Output
  Checking DESCRIPTION has a BugReports field...
Message
  x WARNING: DESCRIPTION is missing a BugReports field.