Skip to content

Commit

Permalink
Add missing languages to the list of languages to be tested, includin…
Browse files Browse the repository at this point in the history
…g 'hack'

which was commented out due to memory exhaustion
  • Loading branch information
mjambon committed Jun 12, 2024
1 parent 8868231 commit 230d660
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions lang/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ SUPPORTED_TS_LANGUAGES = \
elixir \
fsharp \
go \
hack \
haskell \
hcl \
html \
haskell \
java \
julia \
javascript \
jsonnet \
julia \
kotlin \
lua \
make \
Expand All @@ -41,14 +42,12 @@ SUPPORTED_TS_LANGUAGES = \
ruby \
rust \
sfapex \
sml \
solidity \
sqlite \
swift \
typescript \
vue
# Commented out due to hitting memory limits in CI:
# hack


# List of all language variants, as they're made available to semgrep.
#
Expand All @@ -72,6 +71,7 @@ SUPPORTED_DIALECTS = \
elixir \
fsharp \
go \
hack \
hcl \
html \
java \
Expand All @@ -82,11 +82,13 @@ SUPPORTED_DIALECTS = \
kotlin \
lua \
make \
move-on-aptos \
ocaml \
php \
promql \
proto \
python \
ql \
r \
ruby \
rust \
Expand All @@ -96,8 +98,6 @@ SUPPORTED_DIALECTS = \
tsx \
typescript \
vue
# hack


# Languages which are set up to run parsing stats. Ideally, this is all
# the supported languages. See the 'stat' target.
Expand All @@ -113,14 +113,13 @@ STAT_LANGUAGES1 = \
dockerfile \
elixir \
go \
hack \
haskell \
hcl \
java \
javascript \
julia \
kotlin
# Commented out due to hitting memory limits in CI:
# hack

STAT_LANGUAGES2 = \
apex \
Expand Down

0 comments on commit 230d660

Please sign in to comment.