Method: Inspec.config_dir

Defined in:
lib/inspec/globals.rb

.config_dirObject



2
3
4
# File 'lib/inspec/globals.rb', line 2

def self.config_dir
  ENV["INSPEC_CONFIG_DIR"] ? ENV["INSPEC_CONFIG_DIR"] : File.join(Dir.home, ".inspec")
end