Class: Albacore::Tasks::ProjectLint::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/albacore/tasks/projectlint.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ignoresObject

a list of regex patterns for files in the filesystem to ignore



12
13
14
# File 'lib/albacore/tasks/projectlint.rb', line 12

def ignores
  @ignores
end

#projectObject

Returns the value of attribute project.



10
11
12
# File 'lib/albacore/tasks/projectlint.rb', line 10

def project
  @project
end