mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Stubbing git attributes (for now)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user