-
Notifications
You must be signed in to change notification settings - Fork 25
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
Adds code standard checking #1009
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Adds .editorconfig to make things consistent - Adds .phpcs.dist.xml and .php-cs-fixers.dist.php for PHP linting - Adds jsconfig.json to allow IDE eslint to correctly associate aliases - Updates Composer and NPM commands to include linting
Bluehost Brand Plugin Run #10918
Run Properties:
|
Project |
Bluehost Brand Plugin
|
Branch Review |
feature/code-standards-2
|
Run status |
Failed #10918
|
Run duration | 36m 45s |
Commit |
90e20d67e6 ℹ️: Merge a2dc9eafe0b973b00170052b6a9e2f3b36d6cb51 into f94f7e89f4c720149255a8f25847...
|
Committer | Brad Parbs |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
1
|
Flaky |
0
|
Pending |
36
|
Skipped |
0
|
Passing |
416
|
View all changes introduced in this branch ↗︎ |
Tests for review
vendor/newfold-labs/wp-module-migration/tests/cypress/integration/Migration/landIntoMigrationFromAM.cy.js • 1 failed test
Test | Artifacts | |
---|---|---|
Verify Migration- emulating AM flow > Verify Migration page is loaded |
Test Replay
Screenshots
Video
|
Bluehost Brand Plugin Run #10903
Run Properties:
|
Project |
Bluehost Brand Plugin
|
Branch Review |
feature/code-standards-2
|
Run status |
Failed #10903
|
Run duration | 31m 18s |
Commit |
a2dc9eafe0: Actually run both commands
|
Committer | Brad Parbs |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
1
|
Flaky |
0
|
Pending |
36
|
Skipped |
0
|
Passing |
416
|
View all changes introduced in this branch ↗︎ |
Tests for review
vendor/newfold-labs/wp-module-migration/tests/cypress/integration/Migration/landIntoMigrationFromAM.cy.js • 1 failed test
Test | Artifacts | |
---|---|---|
Verify Migration- emulating AM flow > Verify Migration page is loaded |
Test Replay
Screenshots
Video
|
Checks failing are to be expected until #852 is merged into this branch. |
4 tasks
Based on the lack of updates on this and the now number of conflicts, I think we can close this and reopen or restart if we have the need in the future. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a replacement for #851
This adds the files and configurations for code standards and linting. Another PR based off this branch will include the first round of fixes for it.
Adds .editorconfig to make things consistent
Adds .phpcs.dist.xml and .php-cs-fixers.dist.php for PHP linting
Adds jsconfig.json to allow IDE eslint to correctly associate aliases
Updates Composer and NPM commands to include linting