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

Add phpcs config file to project. #50

Closed
1 task done
peterwilsoncc opened this issue May 13, 2022 · 0 comments · Fixed by #53
Closed
1 task done

Add phpcs config file to project. #50

peterwilsoncc opened this issue May 13, 2022 · 0 comments · Fixed by #53
Assignees
Labels
type:enhancement New feature or request.
Milestone

Comments

@peterwilsoncc
Copy link
Contributor

Is your enhancement related to a problem? Please describe.

To allow for IDEs to pick up the phpcs config automatically, it would be lovely to add a .phpcs.xml.dist file to the root directory.

From 10up/simple-page-ordering

<?xml version="1.0"?>
<ruleset name="Project Rules">
	<rule ref="10up-Default" />
</ruleset>

Designs

N/A

Describe alternatives you've considered

N/A

Code of Conduct

  • I agree to follow this project's Code of Conduct
@peterwilsoncc peterwilsoncc added the type:enhancement New feature or request. label May 13, 2022
@peterwilsoncc peterwilsoncc self-assigned this May 13, 2022
@peterwilsoncc peterwilsoncc mentioned this issue May 13, 2022
6 tasks
@jeffpaul jeffpaul added this to the 1.1.0 milestone May 13, 2022
@vikrampm1 vikrampm1 moved this to Incoming in Open Source Practice May 13, 2022
@vikrampm1 vikrampm1 moved this from Incoming to Merged in Open Source Practice May 13, 2022
@vikrampm1 vikrampm1 moved this from Merged to Done/Released in Open Source Practice Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New feature or request.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants