From 78b2853d701a0faed47e0206ec2f54559ae8f6ec Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Fri, 18 Nov 2016 23:36:40 +0100 Subject: [PATCH] License of Ant grammar is correctly detected The last version of Licensee can recognize underlined license headers in READMEs --- test/test_grammars.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_grammars.rb b/test/test_grammars.rb index 418fca8a..7344be30 100644 --- a/test/test_grammars.rb +++ b/test/test_grammars.rb @@ -6,7 +6,6 @@ class TestGrammars < Minitest::Test # List of projects that are allowed without licenses PROJECT_WHITELIST = [ "vendor/grammars/Sublime-Lasso", - "vendor/grammars/ant.tmbundle", "vendor/grammars/sublime-spintools", "vendor/grammars/blitzmax" ].freeze @@ -40,6 +39,7 @@ class TestGrammars < Minitest::Test "c9118c370411f2f049c746c0fd096554e877aea2", # perl6fe "8ccf886749c32fb7e65d4d1316a7ed0479c93dc9", # language-less "2f03492b52d7dd83b4e7472f01b87c6121e5b1a4", # monkey + "241e5ddbb4423d792216783e9f668bd670b026e4", # ant.tmbundle "bdab9fdc21e6790b479ccb5945b78bc0f6ce2493" # language-blade ].freeze