This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
forked from grappler/ns-theme-check
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature/use namespace
dingo-d
added
Type: Enhancement
This is an enhancement of the existing features or a new feature to the plugin.
Status: Help Wanted
A help is needed regarding an issue or an opened PR.
pr: needs update
Status: Future Release
This issue will be fixed in the future release of the plugin, or an enhancement will be added in the
labels
Jan 15, 2019
Props to Danny Cooper for testing this out.
Props to Danny Cooper for testing this out and catching a bug.
@Danny-Cooper regarding the two issues you mentioned, the issue with the prefix, shouldn't they be named with underscore? The second issue with the licenses I don't think the reported is an error, since it detected that the license is present and that's ok. I could add a check for a type of license, but I can leave that for later. What did work was the issue that you have Thanks for your contributions btw 🙂 |
@dingo-d I was using the underscore, but the sniffer seemed to want a hyphen? If a theme name has dashes e.g 'editor-blocks' it expects variables to be $editor-blocks_variable and won't accept $editor_blocks_variable. |
More foolproof method for checking tags.
Add license template
Added just LICENSE generated by GitHub.
Warnings check wasn't working properly. I've fixed this and refactored the callback method a bit.
Update the sniff page to catch the exception and handle it gracefully on the admin page.
…elsass/theme-sniffer into feature/validate-screenshot
Update/file search
…e-sniffer into feature/validate-screenshot
new feature: validate screenshot.png
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Status: Future Release
This issue will be fixed in the future release of the plugin, or an enhancement will be added in the
Status: Help Wanted
A help is needed regarding an issue or an opened PR.
Type: Enhancement
This is an enhancement of the existing features or a new feature to the plugin.
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.
The aim is to have a modern, clear-cut development process that will help with future development of the plugin.
Note
I have closed the old PR because I want everything to be handled from this repo, and not my fork (easier to maintain).
Added
To do
Review is welcomed as are suggestions.
Help from testers
From Danny Cooper:
From Liton Arefin:
Getting error while activation.
This is fixed.
From metallicarosetail (via slack)
Error while activation on PHP 7.0.12
This is fixed. Removed
void
return types