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
vipgoci_github_pr_review_submit() should be renamed and moved to reporting.php. Logic that submits raw data to GitHub should live in github-api.php.
vipgoci_github_pr_generic_comment_submit_results() should be renamed and moved to reporting.php. Logic that submits raw data to GitHub should live in github-api.php.
In order to make
vip-go-ci
clearer and better maintainable, functions should be moved and some things refined a bit.The following functions should be moved to another file:
Solved in Apply WP CS for a few files, move functionality between files #247:
vipgoci_cache()
tocache.php
vipgoci_cached_indication_str()
tocache.php
vipgoci_patch_changed_lines()
togithub-misc.php
vipgoci_github_pr_remove_drafts()
togithub-misc.php
vipgoci_blame_filter_commits()
togithub-misc.php
vipgoci_github_comment_match()
and move toresults.php
vipgoci_issues_filter_irrellevant()
and move toresults.php
vipgoci_issues_filter_duplicate()
and move toresults.php
vipgoci_results_sort_by_severity()
toresults.php
vipgoci_log()
tolog.php
vipgoci_sysexit()
tolog.php
Solved in Improve reporting to users #246:
vipgoci_github_pr_review_submit()
should be renamed and moved toreporting.php
. Logic that submits raw data to GitHub should live ingithub-api.php
.vipgoci_github_pr_generic_comment_submit_results()
should be renamed and moved toreporting.php
. Logic that submits raw data to GitHub should live ingithub-api.php
.Functionality in main.php should be moved:
The text was updated successfully, but these errors were encountered: