github-linguist 2.8.2 → 2.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/linguist/language.rb +0 -2
- metadata +1 -1
data/lib/linguist/language.rb
CHANGED
@@ -446,7 +446,6 @@ module Linguist
|
|
446
446
|
if !options['extensions'].include?(extname)
|
447
447
|
options['extensions'] << extname
|
448
448
|
else
|
449
|
-
warn "#{name} #{extname.inspect} is already defined in samples/. Remove from languages.yml."
|
450
449
|
end
|
451
450
|
end
|
452
451
|
end
|
@@ -456,7 +455,6 @@ module Linguist
|
|
456
455
|
if !options['filenames'].include?(filename)
|
457
456
|
options['filenames'] << filename
|
458
457
|
else
|
459
|
-
warn "#{name} #{filename.inspect} is already defined in samples/. Remove from languages.yml."
|
460
458
|
end
|
461
459
|
end
|
462
460
|
end
|