Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cschmatzler committed Jul 16, 2023
1 parent 9ac97f0 commit 7defbf7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build:
ENV MIX_ENV=test
RUN mix deps.compile

COPY --dir lib .
COPY --dir lib src priv .
RUN mix compile --warnings-as-errors

test:
Expand Down
1 change: 0 additions & 1 deletion lib/idiom/pluralizer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ defmodule Idiom.Pluralizer do
|> get_in(["supplemental", "plurals-type-cardinal"])
|> Enum.map(&Parser.parse_rules/1)
|> Map.new()
|> IO.inspect()

for {lang, rules} <- @rules do
# Parameter | Value
Expand Down
13 changes: 0 additions & 13 deletions test/idiom/languages/get_plural_suffix_test.exs

This file was deleted.

0 comments on commit 7defbf7

Please sign in to comment.