mirror of
https://github.com/github/semantic.git
synced 2024-12-27 00:44:57 +03:00
temporarily disable go and ruby tests until we can decide what to do
This commit is contained in:
parent
2ccbac1da6
commit
5a2ff17278
@ -81,8 +81,8 @@ le = LanguageExample
|
||||
languages :: [LanguageExample]
|
||||
languages =
|
||||
[ le "python" ".py" "examples" (Just "script/known_failures.txt")
|
||||
, le "go" ".go" "examples" (Just "script/known-failures.txt")
|
||||
, le "ruby" ".rb" "examples" (Just "script/known_failures.txt")
|
||||
-- , le "go" ".go" "examples" (Just "script/known-failures.txt")
|
||||
-- , le "ruby" ".rb" "examples" (Just "script/known_failures.txt")
|
||||
, le "typescript" ".ts" "examples" (Just "script/known_failures.txt")
|
||||
, le "typescript" ".js" "examples" Nothing -- parse JavaScript with TypeScript parser.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user