wikimedia / interconnection-wordpress-theme

WordPress theme created for https://diff.wikimedia.org/
GNU General Public License v2.0
2 stars 0 forks source link

Implement eslint and phpcs code style checks #4

Closed kadamwhite closed 4 months ago

kadamwhite commented 1 year ago

The shiro theme has ESLint and PHPCS set up to enforce reasonable code style consistency and catch syntax errors, security risks, and inefficient queries. The same coding standards should be applied to this repository for consistency.

kadamwhite commented 1 year ago

Also needs to have Stylelint, which can break the build if errors are present.

sanjaymalladi commented 1 year ago

actually i want to contribute to this issue please assign me this issue

kadamwhite commented 4 months ago

@sanjaymalladi I didn't see your comment — in the future, a PR would have been welcome, but we do not prospectively assign tickets on this project.

kadamwhite commented 4 months ago

Addressed enough in the below PRs that we can probably close this out