Skip to content

Commit

Permalink
[IMP] git-commit-merge: more checks for saas-12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KangOl committed Jul 29, 2019
1 parent bee377c commit 2468944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-commit-merge
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ function check_saas124() {
assert_not_in_diff py '\benv.(?:do_)?in_onchange\b'
assert_not_in_diff py '\benv\.user\.company_id\b' "Use $(em env.company) instead of $(em env.user.company_id)"
assert_not_in_diff py '\bdatas_fname\b'
assert_not_in_diff py '\bself\.phantom_js\(' "Use $(em self.start_tour) helper instead of $(em self.phantom_js)"
}

# --------- main
Expand Down

0 comments on commit 2468944

Please sign in to comment.