Skip to content

Commit

Permalink
chore(MI-486): remove intl autocompletions from docs (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaan-lob authored Oct 21, 2024
1 parent aa3f003 commit 7a033a6
Show file tree
Hide file tree
Showing 15 changed files with 585 additions and 1,982 deletions.
6 changes: 1 addition & 5 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ readonly CAMPAIGNS="campaigns"
readonly CHECKS="checks"
readonly CREATIVES="creatives"
readonly IDENTITY_VALIDATION="identity_validation"
readonly INTL_AUTOCOMPLETIONS="intl_autocompletions"
readonly INTL_VERIFICATIONS_BULK="intl_verifications_bulk"
readonly INTL_VERIFICATIONS="intl_verifications"
readonly LETTERS="letters"
Expand Down Expand Up @@ -45,9 +44,6 @@ fi
if [[ $files_changed == *"identity_validation"* ]]; then
tests_to_run+=($IDENTITY_VALIDATION)
fi
if [[ $files_changed == *"intl_autocompletion"* ]]; then
tests_to_run+=($INTL_AUTOCOMPLETIONS)
fi
if [[ $files_changed == *"intl_verification"* ]]; then
tests_to_run+=($INTL_VERIFICATIONS $INTL_VERIFICATIONS_BULK)
fi
Expand Down Expand Up @@ -89,7 +85,7 @@ if [[ ${#tests_to_run[@]} == 0 ]]; then
select yn in "Yes" "No"; do
case $yn in
Yes )
tests_to_run=($ADDRESSES $BANK_ACCOUNTS $CAMPAIGNS $CHECKS $CREATIVES $IDENTITY_VALIDATION $INTL_AUTOCOMPLETIONS $INTL_VERIFICATIONS_BULK $INTL_VERIFICATIONS $LETTERS $POSTCARDS $SELF_MAILERS $TEMPLATE_VERSIONS $TEMPLATES $UPLOADS $US_AUTOCOMPLETIONS $US_REVERSE_GEOCODE $US_VERIFICATIONS_BULK $US_VERIFICATIONS $ZIP_LOOKUPS);
tests_to_run=($ADDRESSES $BANK_ACCOUNTS $CAMPAIGNS $CHECKS $CREATIVES $IDENTITY_VALIDATION $INTL_VERIFICATIONS_BULK $INTL_VERIFICATIONS $LETTERS $POSTCARDS $SELF_MAILERS $TEMPLATE_VERSIONS $TEMPLATES $UPLOADS $US_AUTOCOMPLETIONS $US_REVERSE_GEOCODE $US_VERIFICATIONS_BULK $US_VERIFICATIONS $ZIP_LOOKUPS);
break;;
No ) break;;
esac
Expand Down
Loading

0 comments on commit 7a033a6

Please sign in to comment.