RepoAuditor 0.2.46__tar.gz → 0.2.47__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.
- {repoauditor-0.2.46 → repoauditor-0.2.47}/PKG-INFO +1 -1
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubCommunityStandards/CommunityStandardsQuery.py +4 -0
- repoauditor-0.2.47/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/CodeOfConduct.py +54 -0
- repoauditor-0.2.47/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/ReadMe.py +43 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/__init__.py +1 -1
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/__snapshots__/GitHubCommunityStandards_EndToEndTest.ambr +20 -20
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.copier-answers.yml +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.github/CODEOWNERS +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.github/ISSUE_TEMPLATE/custom.md +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.github/actions/release_impl/action.yml +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.github/pull_request_template.md +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.github/release_sources.yaml +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.github/workflows/CICD.yml +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.github/workflows/CICD_impl.yml +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.github/workflows/EndToEnd.yml +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.github/workflows/codeql.yml +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.gitignore +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.pre-commit-config.yaml +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/.python-version +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/CODE_OF_CONDUCT.md +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/CONTRIBUTING.md +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/DEVELOPMENT.md +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/GOVERNANCE.md +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/LICENSE +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/MAINTAINERS.md +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/README.md +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/SECURITY.md +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/default_config.yaml +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/minisign_key.pub +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/pyproject.toml +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/AutoGitSemVer.yaml +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/CommandLineProcessor.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Display.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/EntryPoint.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/ExecuteModules.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Impl/ParallelSequentialProcessor.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Impl/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Module.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugin.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionQuery.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/AllowDeletions.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/AllowMainlineForcePushes.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/DismissStalePullRequestApprovals.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/DoNotAllowBypassSettings.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/EnsureStatusChecks.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/ClassicEnableRequirementImpl.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/ClassicValueRequirementImpl.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireApprovalMostRecentPush.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireApprovals.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireCodeOwnerReview.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireConversationResolution.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireLinearHistory.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequirePullRequests.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireSignedCommits.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireStatusChecksToPass.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireUpToDateBranches.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQuery.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQueryRequirements/Protected.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQueryRequirements/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/Impl/Common.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/Impl/EnableRequirementImpl.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/Impl/ValueRequirementImpl.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/Impl/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/Module.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQuery.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/AutoMerge.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/DefaultBranch.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/DeleteHeadBranches.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/DependabotSecurityUpdates.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/Description.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/Impl/StandardEnableRequirementImpl.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/Impl/StandardValueRequirementImpl.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/Impl/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/License.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/MergeCommit.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/MergeCommitMessage.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/Private.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/RebaseMergeCommit.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SecretScanning.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SecretScanningPushProtection.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SquashCommitMerge.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SquashMergeCommitMessage.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SuggestUpdatingPullRequestBranches.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SupportDiscussions.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SupportIssues.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SupportProjects.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SupportWikis.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/TemplateRepository.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/WebCommitSignoff.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubBase/Module.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubBase/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Impl/ExistsRequirementImpl.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Impl/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Module.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/CodeOwners.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/Contributing.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/IssueTemplates.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/PullRequestTemplates.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/SecurityPolicy.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubCommunityStandards/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubCommunityStandardsPlugin.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubPlugin.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubRulesets/Impl/EnableRulesetRequirementImpl.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubRulesets/Impl/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubRulesets/Module.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubRulesets/Requirements/RequirePullRequests.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubRulesets/Requirements/RequireSignedCommits.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubRulesets/Requirements/RequireStatusChecks.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubRulesets/Requirements/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubRulesets/RulesetQuery.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubRulesets/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubRulesetsPlugin.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Query.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Requirement.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/py.typed +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/src/github_auditor/__init__.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/CommandLineProcessor_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/EntryPoint_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/ExecuteModules_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Module_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugin_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubCommunityStandards/CommunityStandardsQuery_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubCommunityStandards/ExistsRequirementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubCommunityStandards/GitHubCommunityStandards_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubCommunityStandards_EndToEndTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/ClassicBranchProtectionQuery_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/DismissStalePullRequestApprovals_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/EnsureStatusChecks_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireApprovalMostRecentPush_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireApprovals_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireCodeOwnerReview_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireUpToDateBranches_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/ClassicValueRequirementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/DefaultBranchQueryRequirements/Protected_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/DefaultBranchQuery_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/GitHubModule_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/GitHubSession_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/StandardQueryRequirements/DependabotSecurityUpdates_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/StandardQueryRequirements/Description_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/StandardQueryRequirements/License_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/StandardQueryRequirements/MergeCommitMessage_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/StandardQueryRequirements/Private_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/StandardQueryRequirements/SecretScanningPushProtection_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/StandardQueryRequirements/SecretScanning_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/StandardQueryRequirements/SquashMergeCommitMessage_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/StandardQuery_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/ValueRequrementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/fixtures.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubRuleset_EndToEndTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubRulesets/EnableRulesetRequirementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubRulesets/GitHubRuleset_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubRulesets/RulsesetQuery_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHub_EndToEndTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/__snapshots__/GitHubRuleset_EndToEndTest.ambr +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/__snapshots__/GitHub_EndToEndTest.ambr +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/conftest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/utilities.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Query_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Requirement_UnitTest.py +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/tests/__snapshots__/ExecuteModules_UnitTest.ambr +0 -0
- {repoauditor-0.2.46 → repoauditor-0.2.47}/uv.lock +0 -0
|
@@ -11,10 +11,12 @@ from typing import Any, Optional
|
|
|
11
11
|
|
|
12
12
|
from dbrownell_Common.Types import override # type: ignore[import-untyped]
|
|
13
13
|
|
|
14
|
+
from RepoAuditor.Plugins.GitHubCommunityStandards.Requirements.CodeOfConduct import CodeOfConduct
|
|
14
15
|
from RepoAuditor.Plugins.GitHubCommunityStandards.Requirements.CodeOwners import CodeOwners
|
|
15
16
|
from RepoAuditor.Plugins.GitHubCommunityStandards.Requirements.Contributing import Contributing
|
|
16
17
|
from RepoAuditor.Plugins.GitHubCommunityStandards.Requirements.IssueTemplates import IssueTemplates
|
|
17
18
|
from RepoAuditor.Plugins.GitHubCommunityStandards.Requirements.PullRequestTemplates import PullRequestTemplate
|
|
19
|
+
from RepoAuditor.Plugins.GitHubCommunityStandards.Requirements.ReadMe import ReadMe
|
|
18
20
|
from RepoAuditor.Plugins.GitHubCommunityStandards.Requirements.SecurityPolicy import SecurityPolicy
|
|
19
21
|
from RepoAuditor.Query import ExecutionStyle, Query
|
|
20
22
|
|
|
@@ -27,10 +29,12 @@ class CommunityStandardsQuery(Query):
|
|
|
27
29
|
"CommunityStandardsQuery",
|
|
28
30
|
ExecutionStyle.Parallel,
|
|
29
31
|
[
|
|
32
|
+
CodeOfConduct(),
|
|
30
33
|
CodeOwners(),
|
|
31
34
|
Contributing(),
|
|
32
35
|
IssueTemplates(),
|
|
33
36
|
PullRequestTemplate(),
|
|
37
|
+
ReadMe(),
|
|
34
38
|
SecurityPolicy(),
|
|
35
39
|
],
|
|
36
40
|
)
|
repoauditor-0.2.47/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/CodeOfConduct.py
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# -------------------------------------------------------------------------------
|
|
2
|
+
# |
|
|
3
|
+
# | Copyright (c) 2024 Scientific Software Engineering Center at Georgia Tech
|
|
4
|
+
# | Distributed under the MIT License.
|
|
5
|
+
# |
|
|
6
|
+
# -------------------------------------------------------------------------------
|
|
7
|
+
"""Contains the CodeOfConduct requirement."""
|
|
8
|
+
|
|
9
|
+
import textwrap
|
|
10
|
+
|
|
11
|
+
from RepoAuditor.Plugins.GitHubCommunityStandards.Impl.ExistsRequirementImpl import ExistsRequirementImpl
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class CodeOfConduct(ExistsRequirementImpl):
|
|
15
|
+
"""Validates that a CODE_OF_CONDUCT file is configured."""
|
|
16
|
+
|
|
17
|
+
def __init__(self) -> None:
|
|
18
|
+
super().__init__(
|
|
19
|
+
"CodeOfConduct",
|
|
20
|
+
"exists",
|
|
21
|
+
"CODE_OF_CONDUCT",
|
|
22
|
+
[
|
|
23
|
+
".github/CODE_OF_CONDUCT",
|
|
24
|
+
"docs/CODE_OF_CONDUCT",
|
|
25
|
+
"CODE_OF_CONDUCT",
|
|
26
|
+
],
|
|
27
|
+
textwrap.dedent(
|
|
28
|
+
"""\
|
|
29
|
+
1) Create a CODE_OF_CONDUCT file in one of these locations:
|
|
30
|
+
- .github/CODE_OF_CONDUCT
|
|
31
|
+
- docs/CODE_OF_CONDUCT
|
|
32
|
+
- CODE_OF_CONDUCT
|
|
33
|
+
|
|
34
|
+
Example CODE_OF_CONDUCT file format:
|
|
35
|
+
```
|
|
36
|
+
# Contributor Code of Conduct
|
|
37
|
+
## Principles
|
|
38
|
+
## Community Guidelines
|
|
39
|
+
```
|
|
40
|
+
"""
|
|
41
|
+
),
|
|
42
|
+
textwrap.dedent(
|
|
43
|
+
"""\
|
|
44
|
+
A CODE_OF_CONDUCT defines expectations for behavior for your
|
|
45
|
+
project's participants.
|
|
46
|
+
|
|
47
|
+
Benefits:
|
|
48
|
+
- Define community standards
|
|
49
|
+
- Signal a welcoming and inclusive project
|
|
50
|
+
- Outline procedures for handling abuse
|
|
51
|
+
- Help create a positive social atmosphere for your community
|
|
52
|
+
"""
|
|
53
|
+
),
|
|
54
|
+
)
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# -------------------------------------------------------------------------------
|
|
2
|
+
# |
|
|
3
|
+
# | Copyright (c) 2024 Scientific Software Engineering Center at Georgia Tech
|
|
4
|
+
# | Distributed under the MIT License.
|
|
5
|
+
# |
|
|
6
|
+
# -------------------------------------------------------------------------------
|
|
7
|
+
"""Contains the ReadMe requirement."""
|
|
8
|
+
|
|
9
|
+
import textwrap
|
|
10
|
+
|
|
11
|
+
from RepoAuditor.Plugins.GitHubCommunityStandards.Impl.ExistsRequirementImpl import ExistsRequirementImpl
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class ReadMe(ExistsRequirementImpl):
|
|
15
|
+
"""Validates that a README file is configured."""
|
|
16
|
+
|
|
17
|
+
def __init__(self) -> None:
|
|
18
|
+
super().__init__(
|
|
19
|
+
"ReadMe",
|
|
20
|
+
"exists",
|
|
21
|
+
"README",
|
|
22
|
+
[
|
|
23
|
+
"README.md",
|
|
24
|
+
],
|
|
25
|
+
textwrap.dedent(
|
|
26
|
+
"""\
|
|
27
|
+
Create a README.md file in the root of the repository.
|
|
28
|
+
|
|
29
|
+
Example READMEs can be found at https://github.com/matiassingers/awesome-readme
|
|
30
|
+
"""
|
|
31
|
+
),
|
|
32
|
+
textwrap.dedent(
|
|
33
|
+
"""\
|
|
34
|
+
A README file provides the first point of entry into using
|
|
35
|
+
and contributing to the repository.
|
|
36
|
+
|
|
37
|
+
Benefits:
|
|
38
|
+
- Summarizes repository.
|
|
39
|
+
- Instructions on how to install and run the code.
|
|
40
|
+
- Provides links to more information.
|
|
41
|
+
"""
|
|
42
|
+
),
|
|
43
|
+
)
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
│ │
|
|
16
16
|
│ Validates GitHub repository files for Community Standards. │
|
|
17
17
|
│ │
|
|
18
|
-
│ Successful: 1 (
|
|
18
|
+
│ Successful: 1 (14.29%) │
|
|
19
19
|
│ Warnings: 0 (0.00%) │
|
|
20
20
|
│ Errors: 0 (0.00%) │
|
|
21
|
-
│ Skipped:
|
|
21
|
+
│ Skipped: 6 (85.71%) │
|
|
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 (
|
|
47
|
+
│ Successful: 1 (14.29%) │
|
|
48
48
|
│ Warnings: 0 (0.00%) │
|
|
49
49
|
│ Errors: 0 (0.00%) │
|
|
50
|
-
│ Skipped:
|
|
50
|
+
│ Skipped: 6 (85.71%) │
|
|
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 (
|
|
76
|
+
│ Successful: 1 (14.29%) │
|
|
77
77
|
│ Warnings: 0 (0.00%) │
|
|
78
78
|
│ Errors: 0 (0.00%) │
|
|
79
|
-
│ Skipped:
|
|
79
|
+
│ Skipped: 6 (85.71%) │
|
|
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 (
|
|
108
|
-
│ Skipped:
|
|
107
|
+
│ Errors: 1 (14.29%) │
|
|
108
|
+
│ Skipped: 6 (85.71%) │
|
|
109
109
|
│ │
|
|
110
110
|
│ [31m╭─[0m[31m [Error] CodeOwners [0m[31m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[0m[31m─╮[0m │
|
|
111
111
|
│ [31m│[0m [31m│[0m │
|
|
@@ -162,8 +162,8 @@
|
|
|
162
162
|
│ │
|
|
163
163
|
│ Successful: 0 (0.00%) │
|
|
164
164
|
│ Warnings: 0 (0.00%) │
|
|
165
|
-
│ Errors: 1 (
|
|
166
|
-
│ Skipped:
|
|
165
|
+
│ Errors: 1 (14.29%) │
|
|
166
|
+
│ Skipped: 6 (85.71%) │
|
|
167
167
|
│ │
|
|
168
168
|
│ [31m╭─[0m[31m [Error] Contributing [0m[31m──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[0m[31m─╮[0m │
|
|
169
169
|
│ [31m│[0m [31m│[0m │
|
|
@@ -217,8 +217,8 @@
|
|
|
217
217
|
│ │
|
|
218
218
|
│ Successful: 0 (0.00%) │
|
|
219
219
|
│ Warnings: 0 (0.00%) │
|
|
220
|
-
│ Errors: 1 (
|
|
221
|
-
│ Skipped:
|
|
220
|
+
│ Errors: 1 (14.29%) │
|
|
221
|
+
│ Skipped: 6 (85.71%) │
|
|
222
222
|
│ │
|
|
223
223
|
│ [31m╭─[0m[31m [Error] IssueTemplates [0m[31m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[0m[31m─╮[0m │
|
|
224
224
|
│ [31m│[0m [31m│[0m │
|
|
@@ -261,8 +261,8 @@
|
|
|
261
261
|
│ │
|
|
262
262
|
│ Successful: 0 (0.00%) │
|
|
263
263
|
│ Warnings: 0 (0.00%) │
|
|
264
|
-
│ Errors: 1 (
|
|
265
|
-
│ Skipped:
|
|
264
|
+
│ Errors: 1 (14.29%) │
|
|
265
|
+
│ Skipped: 6 (85.71%) │
|
|
266
266
|
│ │
|
|
267
267
|
│ [31m╭─[0m[31m [Error] PullRequestTemplate [0m[31m───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[0m[31m─╮[0m │
|
|
268
268
|
│ [31m│[0m [31m│[0m │
|
|
@@ -306,8 +306,8 @@
|
|
|
306
306
|
│ │
|
|
307
307
|
│ Successful: 0 (0.00%) │
|
|
308
308
|
│ Warnings: 0 (0.00%) │
|
|
309
|
-
│ Errors: 1 (
|
|
310
|
-
│ Skipped:
|
|
309
|
+
│ Errors: 1 (14.29%) │
|
|
310
|
+
│ Skipped: 6 (85.71%) │
|
|
311
311
|
│ │
|
|
312
312
|
│ [31m╭─[0m[31m [Error] SecurityPolicy [0m[31m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[0m[31m─╮[0m │
|
|
313
313
|
│ [31m│[0m [31m│[0m │
|
|
@@ -359,10 +359,10 @@
|
|
|
359
359
|
│ │
|
|
360
360
|
│ Validates GitHub repository files for Community Standards. │
|
|
361
361
|
│ │
|
|
362
|
-
│ Successful: 1 (
|
|
362
|
+
│ Successful: 1 (14.29%) │
|
|
363
363
|
│ Warnings: 0 (0.00%) │
|
|
364
364
|
│ Errors: 0 (0.00%) │
|
|
365
|
-
│ Skipped:
|
|
365
|
+
│ Skipped: 6 (85.71%) │
|
|
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 (
|
|
391
|
+
│ Successful: 1 (14.29%) │
|
|
392
392
|
│ Warnings: 0 (0.00%) │
|
|
393
393
|
│ Errors: 0 (0.00%) │
|
|
394
|
-
│ Skipped:
|
|
394
|
+
│ Skipped: 6 (85.71%) │
|
|
395
395
|
│ │
|
|
396
396
|
│ │
|
|
397
397
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Impl/ParallelSequentialProcessor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQuery.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Module.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubCommunityStandardsPlugin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubRulesets/Impl/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubRulesets/RulesetQuery.py
RENAMED
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/src/RepoAuditor/Plugins/GitHubRulesets/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubCommunityStandards_EndToEndTest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/DefaultBranchQuery_UnitTest.py
RENAMED
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/GitHubModule_UnitTest.py
RENAMED
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/GitHubSession_UnitTest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/StandardQuery_UnitTest.py
RENAMED
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubModule/ValueRequrementImpl_UnitTest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubRulesets/GitHubRuleset_UnitTest.py
RENAMED
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/GitHubRulesets/RulsesetQuery_UnitTest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.46 → repoauditor-0.2.47}/tests/Plugins/__snapshots__/GitHub_EndToEndTest.ambr
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|