Stubbing git attributes (for now)

This commit is contained in:
Arfon Smith
2014-09-25 13:37:20 -05:00
parent ea2c7d8b27
commit 5284608942
2 changed files with 23 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ module Linguist
def result_for_key(keyname)
key = git_attributes[keyname]
if key == "false"
if key == "false" || key.nil?
return false
else
return true