Method: PreCommit::Checks::Plugin::ConfigFile#location
- Defined in:
- lib/pre-commit/checks/plugin/config_file.rb
permalink #location ⇒ Object
[View source]
11 12 13 14 15 |
# File 'lib/pre-commit/checks/plugin/config_file.rb', line 11 def location return @location if defined?(@location) @location = location_from_config || location_from_alternate end |