Further modules included.
[yaffs-website] / web / modules / contrib / drupalmoduleupgrader / config / install / drupalmoduleupgrader.tags.yml
1 # This file defines the tags available to analyzers when creating issues.
2 # An issue can have any number of tags, and each tag consists of one or
3 # more arbitrary values. The tags don't affect the analyzers internally,
4 # but they can affect the output of the report generated by dmu-analyze
5 # so that developers can peruse their modules' issues in various ways.
6 #
7 # See hasTag(), getTag(), setTag(), and clearTag() in IssueInterface.
8
9 definitions:
10   # Categories for issues. An issue can be in any number of categories.
11   # Categories are tagged by their machine name, so that the human-readable
12   # title is editable in one place (namely, here).
13   category:
14     block: 'Blocks'
15     cache: 'Caching'
16     config: 'Configuration'
17     ctools: 'CTools'
18     db: 'Database'
19     entity: 'Entity API'
20     field: 'Field API'
21     form: 'Form API'
22     info: 'Info File'
23     menu: 'Menu/Routing'
24     misc: 'Miscellaneous'
25     node: 'Node API'
26     render: 'Rendering'
27     system: 'System'
28     taxonomy: 'Taxonomy'
29     theme: 'Theme System'
30     ui: 'User Interface'
31     user: 'Users'
32     utility: 'Utilities'
33
34   # Issue error levels. At the time of this writing, all this affects is
35   # the CSS class of the issue as rendered in the report.
36   error_level:
37     - error
38     - warning