Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply WP CS for a few files, move functionality between files #247

Merged
merged 59 commits into from
Feb 17, 2022
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
fc27ffd
WP CS update
gudmdharalds Feb 15, 2022
641b90d
WP CS update
gudmdharalds Feb 15, 2022
dcf59da
Apply WP CS style.
gudmdharalds Feb 15, 2022
f1be726
Apply WP CS
gudmdharalds Feb 16, 2022
5cd657b
Apply WP CS
gudmdharalds Feb 16, 2022
8b16a30
Apply WP CS
gudmdharalds Feb 16, 2022
335deb5
boolean -> bool
gudmdharalds Feb 16, 2022
a2ef0b0
Add line to comment.
gudmdharalds Feb 16, 2022
66e5693
Apply WP CS
gudmdharalds Feb 16, 2022
915797e
Apply WP CS
gudmdharalds Feb 16, 2022
349429c
Exclude "Generic.PHP.Syntax" PHPCS sniff
gudmdharalds Feb 16, 2022
4dd5995
Apply WP CS
gudmdharalds Feb 16, 2022
0febecb
Moving caching functions to cache.php
gudmdharalds Feb 16, 2022
2d5765e
Moving log related functions to log.php
gudmdharalds Feb 16, 2022
52f71f7
Move functions from misc.php to github-misc.php
gudmdharalds Feb 16, 2022
26e6026
Removing function vipgoci_issues_filter_duplicate() from file.
gudmdharalds Feb 16, 2022
c33d3fb
Add WP CS
gudmdharalds Feb 16, 2022
62400cd
Requiring new files
gudmdharalds Feb 16, 2022
478e337
Apply WP CS
gudmdharalds Feb 17, 2022
74a979d
Alter require_once due to new files.
gudmdharalds Feb 17, 2022
ac983d5
Alter require_once due to new files.
gudmdharalds Feb 17, 2022
1ff5664
Alter require_once due to new files.
gudmdharalds Feb 17, 2022
e9ebb1e
Apply WP CS
gudmdharalds Feb 17, 2022
aea2a56
Apply WP CS
gudmdharalds Feb 17, 2022
2584050
Apply WP CS
gudmdharalds Feb 17, 2022
9746fcd
Renaming tests to match new home of functions tested.
gudmdharalds Feb 17, 2022
a23e07e
Renaming test to match new home of function tested.
gudmdharalds Feb 17, 2022
d870f28
Adding @codeCoverageIgnore for function.
gudmdharalds Feb 17, 2022
f4a7d24
Renaming test to match new home of function tested.
gudmdharalds Feb 17, 2022
de0db07
Renaming test to match new home of function tested.
gudmdharalds Feb 17, 2022
7e18ed4
skip-file functionality slightly changed, update test to match.
gudmdharalds Feb 17, 2022
2172462
Renaming test
gudmdharalds Feb 17, 2022
aa98f54
Apply WP CS
gudmdharalds Feb 17, 2022
e080882
Apply WP CS
gudmdharalds Feb 17, 2022
9754189
Move vipgoci_results_sort_by_severity() to new home.
gudmdharalds Feb 17, 2022
b451ca4
Rename test to reflect new home of function tested.
gudmdharalds Feb 17, 2022
950918f
Applying WP CS
gudmdharalds Feb 17, 2022
201c497
Rename test to reflect new home of function tested.
gudmdharalds Feb 17, 2022
e4c4772
Renaming test
gudmdharalds Feb 17, 2022
04ee134
Rename test to reflect new home of function tested.
gudmdharalds Feb 17, 2022
dd4f98c
Renaming test class.
gudmdharalds Feb 17, 2022
e927778
Rename test to reflect new home of function tested.
gudmdharalds Feb 17, 2022
4d62924
Rename test to reflect new home of function tested.
gudmdharalds Feb 17, 2022
8c9769d
Rename test to reflect new home of function tested.
gudmdharalds Feb 17, 2022
331f30a
Rename test to reflect new home of function tested.
gudmdharalds Feb 17, 2022
2cef508
Moving functions between files
gudmdharalds Feb 17, 2022
1f4ab1b
Rename function vipgoci_github_comment_match() to vipgoci_results_com…
gudmdharalds Feb 17, 2022
6c4d9cb
Renaming test to match new home of function.
gudmdharalds Feb 17, 2022
c262a03
Renaming test to match new home of function.
gudmdharalds Feb 17, 2022
71dc82a
Renaming test to match new home of function.
gudmdharalds Feb 17, 2022
f0610b4
Renaming vipgoci_issues_filter_irrellevant() and vipgoci_issues_filte…
gudmdharalds Feb 17, 2022
4eaa5c5
Renaming vipgoci_issues_filter_irrellevant() and vipgoci_issues_filte…
gudmdharalds Feb 17, 2022
d5e44b9
Apply WP CS
gudmdharalds Feb 17, 2022
936a389
Changing require paths to reflect file changes.
gudmdharalds Feb 17, 2022
9a05352
Merge branch 'update-wp-cs-2' of github.com:Automattic/vip-go-ci into…
gudmdharalds Feb 17, 2022
73a1f16
Apply WP CS.
gudmdharalds Feb 17, 2022
6280163
Types fixes
gudmdharalds Feb 17, 2022
f88d223
Remove extra space.
gudmdharalds Feb 17, 2022
7e1b535
WP CS fix
gudmdharalds Feb 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove extra space.
  • Loading branch information
gudmdharalds committed Feb 17, 2022
commit f88d22365d75424ef95c444626cda6ec9e108b25
2 changes: 1 addition & 1 deletion requires.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
require_once __DIR__ . '/log.php';
require_once __DIR__ . '/main.php';
require_once __DIR__ . '/misc.php';
require_once __DIR__ . '/options.php' ;
require_once __DIR__ . '/options.php';
require_once __DIR__ . '/other-web-services.php';
require_once __DIR__ . '/phpcs-scan.php';
require_once __DIR__ . '/results.php';
Expand Down