Skip to content

Commit

Permalink
Try using built-in rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Dec 9, 2024
1 parent 5ae471f commit 0bcfd66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PIPELINE_EO_PHI_NORMALIZER_DATA_DIR="$PIPELINE_EO_PHI_NORMALIZER_DIR/data"
PIPELINE_REPORT_DIR="$PWD/report"
PIPELINE_EO_YAML_DIR="$PIPELINE_DIR/eo-yaml"

PIPELINE_EO_PHI_NORMALIZER_RULES_FILE="$PIPELINE_EO_PHI_NORMALIZER_DIR/test/eo/phi/rules/yegor.yaml"
PIPELINE_EO_PHI_NORMALIZER_RULES="" # "--rules '$PIPELINE_EO_PHI_NORMALIZER_DIR/test/eo/phi/rules/yegor.yaml'"

SCRIPTS_DIR="$PWD_DIR/scripts"
PIPELINE_SCRIPT="$SCRIPTS_DIR/pipeline.sh"
Expand Down
2 changes: 1 addition & 1 deletion scripts/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function normalize {
--as-package \
--recursive \
--wrap-raw-bytes \
--rules "$PIPELINE_EO_PHI_NORMALIZER_RULES_FILE" \
$PIPELINE_EO_PHI_NORMALIZER_RULES \
$dependency_file_options \
$atoms \
"$initial" \
Expand Down

0 comments on commit 0bcfd66

Please sign in to comment.