Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
gosp committed Jun 4, 2020
1 parent 37dc64e commit f9f036c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bundlegen/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "english",
"languange": "none"
}
3 changes: 3 additions & 0 deletions bundlegen/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "french"
}
4 changes: 3 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/sh
mkdir -p $PWD/.cache

/g11nradar/bin/g11n-radar -l 3 -p $PWD -c $PWD/.cache -d $PWD/detail.csv -s $PWD/summary.csv rule --nostring --skip /github/workspace/bundlegen/ --locale $*
echo "skip bundlegen/**"

/g11nradar/bin/g11n-radar -l 3 -p $PWD -c $PWD/.cache -d $PWD/detail.csv -s $PWD/summary.csv rule --nostring --skip "bundlegen/" --locale $*

number=`awk -F',' 'FNR==2 {print $4}' summary.csv`

Expand Down

0 comments on commit f9f036c

Please sign in to comment.