Fix typos
This commit is contained in:
parent
66d2c4a885
commit
b5d26d3d2b
|
|
@ -1,4 +1,4 @@
|
|||
--ignored-resources:
|
||||
ignored-resources:
|
||||
- Generated/
|
||||
- Resources/Localization
|
||||
- Carthage/
|
||||
|
|
|
|||
|
|
@ -111,9 +111,9 @@ class Unused
|
|||
# find --config file
|
||||
if !options[:config].nil?
|
||||
fileName = options[:config]
|
||||
resources += YAML.load_file(fileName).fetch("--ignored-resources")
|
||||
resources += YAML.load_file(fileName).fetch("ignored-resources")
|
||||
elsif
|
||||
puts "---------\n Warning: Config file is now provided \n---------"
|
||||
puts "---------\n Warning: Config file is not provided \n---------"
|
||||
end
|
||||
|
||||
# find --ignored files
|
||||
|
|
|
|||
Loading…
Reference in New Issue