Top Level Namespace

Defined Under Namespace

Modules: GovukTechDocs, SassWarningSupressor Classes: LinterReport, ValeLinterReport

Instance Method Summary collapse

Instance Method Details

#get_gem_rootObject



1
2
3
# File 'lib/tasks/helpers/rake_utils.rb', line 1

def get_gem_root
  Gem::Specification.find_by_name("govuk_tech_docs").gem_dir
end

#vale_config_pathObject



5
6
7
# File 'lib/tasks/helpers/rake_utils.rb', line 5

def vale_config_path
  File.join(get_gem_root, ".vale.ini")
end