You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2018. It is now read-only.
So, you'd write a DSL which is given a few ivars e.g: lines_of_code, pr_url, number_of_commits, files_modified, files_added, files_removed
Culturefile:
if (lines_of_code > 20) && (files_modified.includes? "CHANGELING.yml" == false) {
fail "needs to have a changelog note for large changes"
}
if (files_added.length > 2) && (files_modified.includes? "ARAppDelegate+Analytics" == false) {
warn "You may want analytics"
}
So, you'd write a DSL which is given a few ivars e.g:
lines_of_code,pr_url,number_of_commits,files_modified,files_added,files_removedCulturefile: