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

Make check categories filterable #493

Closed
ernilambar opened this issue Jul 5, 2024 · 1 comment
Closed

Make check categories filterable #493

ernilambar opened this issue Jul 5, 2024 · 1 comment
Labels
[Type] Enhancement A suggestion for improvement of an existing feature

Comments

@ernilambar
Copy link
Member

I am not being able to register my own custom check categories in which I want to register my custom checks.

Currently categories are hardcoded.

public static function get_categories() {
	return array(
		self::CATEGORY_GENERAL,
		self::CATEGORY_PLUGIN_REPO,
		self::CATEGORY_SECURITY,
		self::CATEGORY_PERFORMANCE,
		self::CATEGORY_ACCESSIBILITY,
	);
}
@ernilambar ernilambar added the [Type] Enhancement A suggestion for improvement of an existing feature label Jul 5, 2024
@davidperezgar
Copy link
Member

I'd merge this issue with #494

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Enhancement A suggestion for improvement of an existing feature
2 participants