Module: WayOfWorking::CodeOfConduct::ContributorCovenant

Defined in:
lib/way_of_working/code_of_conduct/contributor_covenant/paths.rb,
lib/way_of_working/code_of_conduct/contributor_covenant.rb,
lib/way_of_working/code_of_conduct/contributor_covenant/version.rb,
lib/way_of_working/code_of_conduct/contributor_covenant/generators/init.rb,
lib/way_of_working/code_of_conduct/contributor_covenant/github_audit_rule.rb

Overview

The namespace for this plugin

Defined Under Namespace

Modules: Generators Classes: Error, GithubAuditRule

Constant Summary collapse

VERSION =
'1.0.0'

Class Method Summary collapse

Class Method Details

.rootObject



10
11
12
# File 'lib/way_of_working/code_of_conduct/contributor_covenant/paths.rb', line 10

def root
  Pathname.new(File.expand_path('../../../..', __dir__))
end

.source_rootObject



14
15
16
# File 'lib/way_of_working/code_of_conduct/contributor_covenant/paths.rb', line 14

def source_root
  root.join('lib', 'way_of_working', 'code_of_conduct', 'contributor_covenant', 'templates')
end