Skip to content

Commit

Permalink
Update to use new SQA report tool
Browse files Browse the repository at this point in the history
  • Loading branch information
aeslaughter committed Oct 22, 2020
1 parent b685612 commit c7def03
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/content/sqa/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@

- [Theory Manual](manuals/theory/index.md)
- [User Manual](manuals/user/index.md)

!sqa report
43 changes: 43 additions & 0 deletions doc/sqa_reports.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Applications:
mastodon:
exe_directory: ${ROOT_DIR}
exe_name: mastodon
app_types:
- MastodonApp
content_directory: doc/content
log_missing_description: WARNING
log_missing_markdown: WARNING
log_removed_and_hidden: WARNING
log_hidden_non_stub: WARNING
log_non_hidden_stub: WARNING
log_hidden_syntax: WARNING
log_stub_files: WARNING
show_warning: false

Documents:
software_requirements_specification: sqa/mastodon_srs.md
software_design_description: sqa/mastodon_sdd.md
software_test_plan: sqa/mastodon_stp.md
requirements_traceablity_matrix: sqa/mastodon_rtm.md
verification_validation_plan: sqa/mastodon_vvr.md
log_safety_software_determination: WARNING
log_quality_level_determination: WARNING
log_enterprise_architecture_entry: WARNING
log_project_management_plan: WARNING
log_software_quality_plan: WARNING
log_configuration_management_plan: WARNING
log_asset_management_plan: WARNING
log_verification_validation_plan: WARNING
log_user_manual: WARNING
log_theory_manual: WARNING
show_warning: false

Requirements:
mastodon:
directories:
- test/tests
log_testable: WARNING
log_duplicate_requirement: WARNING
log_design_files: WARNING
log_missing_requirement: WARNING
show_warning: false
2 changes: 1 addition & 1 deletion moose
Submodule moose updated 691 files

0 comments on commit c7def03

Please sign in to comment.