Class: WayOfWorking::Versioning::Semver::GithubAuditRule
- Inherits:
-
Audit::Github::Rules::Base
- Object
- Audit::Github::Rules::Base
- WayOfWorking::Versioning::Semver::GithubAuditRule
- Defined in:
- lib/way_of_working/versioning/semver/github_audit_rule.rb
Overview
This rule checks for the versioning documentation
Instance Method Summary collapse
Instance Method Details
#validate ⇒ Object
13 14 15 16 17 |
# File 'lib/way_of_working/versioning/semver/github_audit_rule.rb', line 13 def validate validate_repo_file_contains_source_file( 'docs/way_of_working/versioning.md' ) end |