RepoAuditor 0.2.48__tar.gz → 0.2.49__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. {repoauditor-0.2.48 → repoauditor-0.2.49}/PKG-INFO +1 -1
  2. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubCommunityStandards/CommunityStandardsQuery.py +2 -0
  3. repoauditor-0.2.49/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/LicenseFile.py +49 -0
  4. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/__init__.py +1 -1
  5. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/__snapshots__/GitHubCommunityStandards_EndToEndTest.ambr +20 -20
  6. {repoauditor-0.2.48 → repoauditor-0.2.49}/.copier-answers.yml +0 -0
  7. {repoauditor-0.2.48 → repoauditor-0.2.49}/.github/CODEOWNERS +0 -0
  8. {repoauditor-0.2.48 → repoauditor-0.2.49}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  9. {repoauditor-0.2.48 → repoauditor-0.2.49}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  10. {repoauditor-0.2.48 → repoauditor-0.2.49}/.github/ISSUE_TEMPLATE/custom.md +0 -0
  11. {repoauditor-0.2.48 → repoauditor-0.2.49}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  12. {repoauditor-0.2.48 → repoauditor-0.2.49}/.github/actions/release_impl/action.yml +0 -0
  13. {repoauditor-0.2.48 → repoauditor-0.2.49}/.github/pull_request_template.md +0 -0
  14. {repoauditor-0.2.48 → repoauditor-0.2.49}/.github/release_sources.yaml +0 -0
  15. {repoauditor-0.2.48 → repoauditor-0.2.49}/.github/workflows/CICD.yml +0 -0
  16. {repoauditor-0.2.48 → repoauditor-0.2.49}/.github/workflows/CICD_impl.yml +0 -0
  17. {repoauditor-0.2.48 → repoauditor-0.2.49}/.github/workflows/EndToEnd.yml +0 -0
  18. {repoauditor-0.2.48 → repoauditor-0.2.49}/.github/workflows/codeql.yml +0 -0
  19. {repoauditor-0.2.48 → repoauditor-0.2.49}/.gitignore +0 -0
  20. {repoauditor-0.2.48 → repoauditor-0.2.49}/.pre-commit-config.yaml +0 -0
  21. {repoauditor-0.2.48 → repoauditor-0.2.49}/.python-version +0 -0
  22. {repoauditor-0.2.48 → repoauditor-0.2.49}/CODE_OF_CONDUCT.md +0 -0
  23. {repoauditor-0.2.48 → repoauditor-0.2.49}/CONTRIBUTING.md +0 -0
  24. {repoauditor-0.2.48 → repoauditor-0.2.49}/DEVELOPMENT.md +0 -0
  25. {repoauditor-0.2.48 → repoauditor-0.2.49}/GOVERNANCE.md +0 -0
  26. {repoauditor-0.2.48 → repoauditor-0.2.49}/LICENSE +0 -0
  27. {repoauditor-0.2.48 → repoauditor-0.2.49}/MAINTAINERS.md +0 -0
  28. {repoauditor-0.2.48 → repoauditor-0.2.49}/README.md +0 -0
  29. {repoauditor-0.2.48 → repoauditor-0.2.49}/SECURITY.md +0 -0
  30. {repoauditor-0.2.48 → repoauditor-0.2.49}/default_config.yaml +0 -0
  31. {repoauditor-0.2.48 → repoauditor-0.2.49}/minisign_key.pub +0 -0
  32. {repoauditor-0.2.48 → repoauditor-0.2.49}/pyproject.toml +0 -0
  33. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/AutoGitSemVer.yaml +0 -0
  34. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/CommandLineProcessor.py +0 -0
  35. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Display.py +0 -0
  36. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/EntryPoint.py +0 -0
  37. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/ExecuteModules.py +0 -0
  38. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Impl/ParallelSequentialProcessor.py +0 -0
  39. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Impl/__init__.py +0 -0
  40. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Module.py +0 -0
  41. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugin.py +0 -0
  42. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionQuery.py +0 -0
  43. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/AllowDeletions.py +0 -0
  44. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/AllowMainlineForcePushes.py +0 -0
  45. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/DismissStalePullRequestApprovals.py +0 -0
  46. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/DoNotAllowBypassSettings.py +0 -0
  47. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/EnsureStatusChecks.py +0 -0
  48. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/ClassicEnableRequirementImpl.py +0 -0
  49. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/ClassicValueRequirementImpl.py +0 -0
  50. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/__init__.py +0 -0
  51. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireApprovalMostRecentPush.py +0 -0
  52. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireApprovals.py +0 -0
  53. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireCodeOwnerReview.py +0 -0
  54. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireConversationResolution.py +0 -0
  55. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireLinearHistory.py +0 -0
  56. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequirePullRequests.py +0 -0
  57. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireSignedCommits.py +0 -0
  58. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireStatusChecksToPass.py +0 -0
  59. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireUpToDateBranches.py +0 -0
  60. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/__init__.py +0 -0
  61. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQuery.py +0 -0
  62. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQueryRequirements/Protected.py +0 -0
  63. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQueryRequirements/__init__.py +0 -0
  64. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/Impl/Common.py +0 -0
  65. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/Impl/EnableRequirementImpl.py +0 -0
  66. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/Impl/ValueRequirementImpl.py +0 -0
  67. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/Impl/__init__.py +0 -0
  68. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/Module.py +0 -0
  69. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQuery.py +0 -0
  70. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/AutoMerge.py +0 -0
  71. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/DefaultBranch.py +0 -0
  72. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/DeleteHeadBranches.py +0 -0
  73. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/DependabotSecurityUpdates.py +0 -0
  74. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/Description.py +0 -0
  75. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/Impl/StandardEnableRequirementImpl.py +0 -0
  76. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/Impl/StandardValueRequirementImpl.py +0 -0
  77. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/Impl/__init__.py +0 -0
  78. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/License.py +0 -0
  79. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/MergeCommit.py +0 -0
  80. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/MergeCommitMessage.py +0 -0
  81. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/Private.py +0 -0
  82. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/RebaseMergeCommit.py +0 -0
  83. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SecretScanning.py +0 -0
  84. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SecretScanningPushProtection.py +0 -0
  85. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SquashCommitMerge.py +0 -0
  86. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SquashMergeCommitMessage.py +0 -0
  87. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SuggestUpdatingPullRequestBranches.py +0 -0
  88. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SupportDiscussions.py +0 -0
  89. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SupportIssues.py +0 -0
  90. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SupportProjects.py +0 -0
  91. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SupportWikis.py +0 -0
  92. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/TemplateRepository.py +0 -0
  93. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/WebCommitSignoff.py +0 -0
  94. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/__init__.py +0 -0
  95. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHub/__init__.py +0 -0
  96. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubBase/Module.py +0 -0
  97. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubBase/__init__.py +0 -0
  98. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Impl/ExistsRequirementImpl.py +0 -0
  99. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Impl/__init__.py +0 -0
  100. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Module.py +0 -0
  101. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/CodeOfConduct.py +0 -0
  102. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/CodeOwners.py +0 -0
  103. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/Contributing.py +0 -0
  104. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/IssueTemplates.py +0 -0
  105. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/PullRequestTemplates.py +0 -0
  106. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/ReadMe.py +0 -0
  107. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/SecurityPolicy.py +0 -0
  108. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/__init__.py +0 -0
  109. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubCommunityStandards/__init__.py +0 -0
  110. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubCommunityStandardsPlugin.py +0 -0
  111. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubPlugin.py +0 -0
  112. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubRulesets/Impl/EnableRulesetRequirementImpl.py +0 -0
  113. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubRulesets/Impl/__init__.py +0 -0
  114. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubRulesets/Module.py +0 -0
  115. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubRulesets/Requirements/RequirePullRequests.py +0 -0
  116. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubRulesets/Requirements/RequireSignedCommits.py +0 -0
  117. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubRulesets/Requirements/RequireStatusChecks.py +0 -0
  118. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubRulesets/Requirements/__init__.py +0 -0
  119. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubRulesets/RulesetQuery.py +0 -0
  120. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubRulesets/__init__.py +0 -0
  121. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/GitHubRulesetsPlugin.py +0 -0
  122. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Plugins/__init__.py +0 -0
  123. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Query.py +0 -0
  124. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/Requirement.py +0 -0
  125. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/RepoAuditor/py.typed +0 -0
  126. {repoauditor-0.2.48 → repoauditor-0.2.49}/src/github_auditor/__init__.py +0 -0
  127. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/CommandLineProcessor_UnitTest.py +0 -0
  128. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/EntryPoint_UnitTest.py +0 -0
  129. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/ExecuteModules_UnitTest.py +0 -0
  130. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Module_UnitTest.py +0 -0
  131. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugin_UnitTest.py +0 -0
  132. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubCommunityStandards/CommunityStandardsQuery_UnitTest.py +0 -0
  133. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubCommunityStandards/ExistsRequirementImpl_UnitTest.py +0 -0
  134. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubCommunityStandards/GitHubCommunityStandards_UnitTest.py +0 -0
  135. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubCommunityStandards_EndToEndTest.py +0 -0
  136. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/ClassicBranchProtectionQuery_UnitTest.py +0 -0
  137. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/DismissStalePullRequestApprovals_UnitTest.py +0 -0
  138. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/EnsureStatusChecks_UnitTest.py +0 -0
  139. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireApprovalMostRecentPush_UnitTest.py +0 -0
  140. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireApprovals_UnitTest.py +0 -0
  141. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireCodeOwnerReview_UnitTest.py +0 -0
  142. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireUpToDateBranches_UnitTest.py +0 -0
  143. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/ClassicValueRequirementImpl_UnitTest.py +0 -0
  144. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/DefaultBranchQueryRequirements/Protected_UnitTest.py +0 -0
  145. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/DefaultBranchQuery_UnitTest.py +0 -0
  146. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/GitHubModule_UnitTest.py +0 -0
  147. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/GitHubSession_UnitTest.py +0 -0
  148. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/StandardQueryRequirements/DependabotSecurityUpdates_UnitTest.py +0 -0
  149. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/StandardQueryRequirements/Description_UnitTest.py +0 -0
  150. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/StandardQueryRequirements/License_UnitTest.py +0 -0
  151. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/StandardQueryRequirements/MergeCommitMessage_UnitTest.py +0 -0
  152. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/StandardQueryRequirements/Private_UnitTest.py +0 -0
  153. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/StandardQueryRequirements/SecretScanningPushProtection_UnitTest.py +0 -0
  154. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/StandardQueryRequirements/SecretScanning_UnitTest.py +0 -0
  155. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/StandardQueryRequirements/SquashMergeCommitMessage_UnitTest.py +0 -0
  156. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/StandardQuery_UnitTest.py +0 -0
  157. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/ValueRequrementImpl_UnitTest.py +0 -0
  158. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubModule/fixtures.py +0 -0
  159. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubRuleset_EndToEndTest.py +0 -0
  160. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubRulesets/EnableRulesetRequirementImpl_UnitTest.py +0 -0
  161. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubRulesets/GitHubRuleset_UnitTest.py +0 -0
  162. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHubRulesets/RulsesetQuery_UnitTest.py +0 -0
  163. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/GitHub_EndToEndTest.py +0 -0
  164. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/__snapshots__/GitHubRuleset_EndToEndTest.ambr +0 -0
  165. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/__snapshots__/GitHub_EndToEndTest.ambr +0 -0
  166. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/conftest.py +0 -0
  167. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Plugins/utilities.py +0 -0
  168. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Query_UnitTest.py +0 -0
  169. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/Requirement_UnitTest.py +0 -0
  170. {repoauditor-0.2.48 → repoauditor-0.2.49}/tests/__snapshots__/ExecuteModules_UnitTest.ambr +0 -0
  171. {repoauditor-0.2.48 → repoauditor-0.2.49}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: RepoAuditor
3
- Version: 0.2.48
3
+ Version: 0.2.49
4
4
  Summary: Add your description here
5
5
  Project-URL: Homepage, https://github.com/gt-sse-center/RepoAuditor
6
6
  Project-URL: Documentation, https://github.com/gt-sse-center/RepoAuditor
@@ -15,6 +15,7 @@ from RepoAuditor.Plugins.GitHubCommunityStandards.Requirements.CodeOfConduct imp
15
15
  from RepoAuditor.Plugins.GitHubCommunityStandards.Requirements.CodeOwners import CodeOwners
16
16
  from RepoAuditor.Plugins.GitHubCommunityStandards.Requirements.Contributing import Contributing
17
17
  from RepoAuditor.Plugins.GitHubCommunityStandards.Requirements.IssueTemplates import IssueTemplates
18
+ from RepoAuditor.Plugins.GitHubCommunityStandards.Requirements.LicenseFile import LicenseFile
18
19
  from RepoAuditor.Plugins.GitHubCommunityStandards.Requirements.PullRequestTemplates import PullRequestTemplate
19
20
  from RepoAuditor.Plugins.GitHubCommunityStandards.Requirements.ReadMe import ReadMe
20
21
  from RepoAuditor.Plugins.GitHubCommunityStandards.Requirements.SecurityPolicy import SecurityPolicy
@@ -33,6 +34,7 @@ class CommunityStandardsQuery(Query):
33
34
  CodeOwners(),
34
35
  Contributing(),
35
36
  IssueTemplates(),
37
+ LicenseFile(),
36
38
  PullRequestTemplate(),
37
39
  ReadMe(),
38
40
  SecurityPolicy(),
@@ -0,0 +1,49 @@
1
+ # -------------------------------------------------------------------------------
2
+ # |
3
+ # | Copyright (c) 2024 Scientific Software Engineering Center at Georgia Tech
4
+ # | Distributed under the MIT License.
5
+ # |
6
+ # -------------------------------------------------------------------------------
7
+ """Contains the LicenseFile requirement."""
8
+
9
+ import textwrap
10
+
11
+ from RepoAuditor.Plugins.GitHubCommunityStandards.Impl.ExistsRequirementImpl import (
12
+ ExistsRequirementImpl,
13
+ )
14
+
15
+
16
+ class LicenseFile(ExistsRequirementImpl):
17
+ """Validates that a CODE_OF_CONDUCT file is configured."""
18
+
19
+ def __init__(self) -> None:
20
+ super().__init__(
21
+ "LicenseFile",
22
+ "exists",
23
+ "LICENSE",
24
+ [
25
+ "LICENSE",
26
+ "LICENSE.md",
27
+ "LICENSE.txt",
28
+ "LICENSE.rst",
29
+ ],
30
+ textwrap.dedent(
31
+ """\
32
+ 1) Create a LICENSE file in in the root directory.
33
+
34
+ 2) It can have any of the following extensions:
35
+ - [blank] e.g. `LICENSE`
36
+ - LICENSE.md
37
+ - LICENSE.rst
38
+ - LICENSE.txt
39
+ """
40
+ ),
41
+ textwrap.dedent(
42
+ """\
43
+ A software license tells others what they can and can't do with your source code.
44
+
45
+ https://choosealicense.com/ can help decide which license
46
+ best meets your repository's needs.
47
+ """
48
+ ),
49
+ )
@@ -2,4 +2,4 @@ APP_NAME = "RepoAuditor"
2
2
 
3
3
  # Note that the default value below will be used until the value
4
4
  # here is explicitly updated by the Continuous Integration system.
5
- __version__ = "0.2.48"
5
+ __version__ = "0.2.49"
@@ -15,10 +15,10 @@
15
15
  │ │
16
16
  │ Validates GitHub repository files for Community Standards. │
17
17
  │ │
18
- │ Successful: 1 (14.29%) │
18
+ │ Successful: 1 (12.50%) │
19
19
  │ Warnings: 0 (0.00%) │
20
20
  │ Errors: 0 (0.00%) │
21
- │ Skipped: 6 (85.71%) │
21
+ │ Skipped: 7 (87.50%) │
22
22
  │ │
23
23
  │ │
24
24
  ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
@@ -44,10 +44,10 @@
44
44
  │ │
45
45
  │ Validates GitHub repository files for Community Standards. │
46
46
  │ │
47
- │ Successful: 1 (14.29%) │
47
+ │ Successful: 1 (12.50%) │
48
48
  │ Warnings: 0 (0.00%) │
49
49
  │ Errors: 0 (0.00%) │
50
- │ Skipped: 6 (85.71%) │
50
+ │ Skipped: 7 (87.50%) │
51
51
  │ │
52
52
  │ │
53
53
  ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
@@ -73,10 +73,10 @@
73
73
  │ │
74
74
  │ Validates GitHub repository files for Community Standards. │
75
75
  │ │
76
- │ Successful: 1 (14.29%) │
76
+ │ Successful: 1 (12.50%) │
77
77
  │ Warnings: 0 (0.00%) │
78
78
  │ Errors: 0 (0.00%) │
79
- │ Skipped: 6 (85.71%) │
79
+ │ Skipped: 7 (87.50%) │
80
80
  │ │
81
81
  │ │
82
82
  ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
@@ -104,8 +104,8 @@
104
104
  │ │
105
105
  │ Successful: 0 (0.00%) │
106
106
  │ Warnings: 0 (0.00%) │
107
- │ Errors: 1 (14.29%) │
108
- │ Skipped: 6 (85.71%) │
107
+ │ Errors: 1 (12.50%) │
108
+ │ Skipped: 7 (87.50%) │
109
109
  │ │
110
110
  │ ╭─ [Error] CodeOwners ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │
111
111
  │ │ │ │
@@ -162,8 +162,8 @@
162
162
  │ │
163
163
  │ Successful: 0 (0.00%) │
164
164
  │ Warnings: 0 (0.00%) │
165
- │ Errors: 1 (14.29%) │
166
- │ Skipped: 6 (85.71%) │
165
+ │ Errors: 1 (12.50%) │
166
+ │ Skipped: 7 (87.50%) │
167
167
  │ │
168
168
  │ ╭─ [Error] Contributing ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │
169
169
  │ │ │ │
@@ -217,8 +217,8 @@
217
217
  │ │
218
218
  │ Successful: 0 (0.00%) │
219
219
  │ Warnings: 0 (0.00%) │
220
- │ Errors: 1 (14.29%) │
221
- │ Skipped: 6 (85.71%) │
220
+ │ Errors: 1 (12.50%) │
221
+ │ Skipped: 7 (87.50%) │
222
222
  │ │
223
223
  │ ╭─ [Error] IssueTemplates ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │
224
224
  │ │ │ │
@@ -261,8 +261,8 @@
261
261
  │ │
262
262
  │ Successful: 0 (0.00%) │
263
263
  │ Warnings: 0 (0.00%) │
264
- │ Errors: 1 (14.29%) │
265
- │ Skipped: 6 (85.71%) │
264
+ │ Errors: 1 (12.50%) │
265
+ │ Skipped: 7 (87.50%) │
266
266
  │ │
267
267
  │ ╭─ [Error] PullRequestTemplate ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │
268
268
  │ │ │ │
@@ -306,8 +306,8 @@
306
306
  │ │
307
307
  │ Successful: 0 (0.00%) │
308
308
  │ Warnings: 0 (0.00%) │
309
- │ Errors: 1 (14.29%) │
310
- │ Skipped: 6 (85.71%) │
309
+ │ Errors: 1 (12.50%) │
310
+ │ Skipped: 7 (87.50%) │
311
311
  │ │
312
312
  │ ╭─ [Error] SecurityPolicy ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │
313
313
  │ │ │ │
@@ -359,10 +359,10 @@
359
359
  │ │
360
360
  │ Validates GitHub repository files for Community Standards. │
361
361
  │ │
362
- │ Successful: 1 (14.29%) │
362
+ │ Successful: 1 (12.50%) │
363
363
  │ Warnings: 0 (0.00%) │
364
364
  │ Errors: 0 (0.00%) │
365
- │ Skipped: 6 (85.71%) │
365
+ │ Skipped: 7 (87.50%) │
366
366
  │ │
367
367
  │ │
368
368
  ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
@@ -388,10 +388,10 @@
388
388
  │ │
389
389
  │ Validates GitHub repository files for Community Standards. │
390
390
  │ │
391
- │ Successful: 1 (14.29%) │
391
+ │ Successful: 1 (12.50%) │
392
392
  │ Warnings: 0 (0.00%) │
393
393
  │ Errors: 0 (0.00%) │
394
- │ Skipped: 6 (85.71%) │
394
+ │ Skipped: 7 (87.50%) │
395
395
  │ │
396
396
  │ │
397
397
  ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes