Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.3, 6.9.0
-
None
-
7bbed761c (6.9), 45bf773e3 (tqtc/lts-6.8)
Description
qmllint will correctly produce [missing-enum-entry] when a non-existent enum value is used in a QML file.
Unlike other lints however, there does not appear to be a way to make this lint a warning. There is no --missing-enum-entry=warning command line option, nor does qmllint respect a MissingEnumEntry=warning line in a .qmllint.ini file.