for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types = 1);
namespace Drupal\qa\Taxonomy;
use Drupal\qa\BasePackage;
/**
* OSInet QA Plugin for Taxonomy.
*/
class Package extends BasePackage {
* {@inheritdoc}
public function init() {
$this->title = $this->t('Taxonomy quality controls');
$this->description = $this->t('Look for orphan freetags, and inconsistent node tagging');
}