summaryrefslogtreecommitdiff
path: root/buildstream/plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugin.py')
-rw-r--r--buildstream/plugin.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/buildstream/plugin.py b/buildstream/plugin.py
index 00e0ed795..37dd78cc8 100644
--- a/buildstream/plugin.py
+++ b/buildstream/plugin.py
@@ -784,6 +784,12 @@ class CoreWarnings():
which is found to be invalid based on the configured track
"""
+ BAD_ELEMENT_SUFFIX = "bad-element-suffix"
+ """
+ This warning will be produced when an element whose name does not end in .bst
+ is referenced either on the command line or by another element
+ """
+
__CORE_WARNINGS = [
value