Skip to content

Commit

Permalink
[IMP] git-commit-merge: more saas-12.4 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
KangOl committed Jul 31, 2019
1 parent 9265ab9 commit f79fa40
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 @@ -145,6 +145,7 @@ function check_saas123() {
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 '\b_company_default_get\b'
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)"
}
Expand Down

0 comments on commit f79fa40

Please sign in to comment.