Class: WayOfWorking::Versioning::Semver::GithubAuditRule

Inherits:
Audit::Github::Rules::Base
  • Object
show all
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

#validateObject



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