X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fdrupalmoduleupgrader%2Fconfig%2Finstall%2Fdrupalmoduleupgrader.tags.yml;fp=web%2Fmodules%2Fcontrib%2Fdrupalmoduleupgrader%2Fconfig%2Finstall%2Fdrupalmoduleupgrader.tags.yml;h=e8faf6ec071212066eec0e05b850a8015fc6b43c;hp=0000000000000000000000000000000000000000;hb=8acec36f19c470dfcda1ae2336826a782f41874c;hpb=e0411c4e83ba0d079034db83c3f7f55be24a0e35 diff --git a/web/modules/contrib/drupalmoduleupgrader/config/install/drupalmoduleupgrader.tags.yml b/web/modules/contrib/drupalmoduleupgrader/config/install/drupalmoduleupgrader.tags.yml new file mode 100644 index 000000000..e8faf6ec0 --- /dev/null +++ b/web/modules/contrib/drupalmoduleupgrader/config/install/drupalmoduleupgrader.tags.yml @@ -0,0 +1,38 @@ +# This file defines the tags available to analyzers when creating issues. +# An issue can have any number of tags, and each tag consists of one or +# more arbitrary values. The tags don't affect the analyzers internally, +# but they can affect the output of the report generated by dmu-analyze +# so that developers can peruse their modules' issues in various ways. +# +# See hasTag(), getTag(), setTag(), and clearTag() in IssueInterface. + +definitions: + # Categories for issues. An issue can be in any number of categories. + # Categories are tagged by their machine name, so that the human-readable + # title is editable in one place (namely, here). + category: + block: 'Blocks' + cache: 'Caching' + config: 'Configuration' + ctools: 'CTools' + db: 'Database' + entity: 'Entity API' + field: 'Field API' + form: 'Form API' + info: 'Info File' + menu: 'Menu/Routing' + misc: 'Miscellaneous' + node: 'Node API' + render: 'Rendering' + system: 'System' + taxonomy: 'Taxonomy' + theme: 'Theme System' + ui: 'User Interface' + user: 'Users' + utility: 'Utilities' + + # Issue error levels. At the time of this writing, all this affects is + # the CSS class of the issue as rendered in the report. + error_level: + - error + - warning