diff --git a/yamllint/rules/truthy.py b/yamllint/rules/truthy.py index 3cf058b..7dd778f 100644 --- a/yamllint/rules/truthy.py +++ b/yamllint/rules/truthy.py @@ -101,7 +101,7 @@ from yamllint.linter import LintProblem TRUTHY = ['YES', 'Yes', 'yes', 'NO', 'No', 'no', - 'TRUE', 'True', 'true', + 'TRUE', 'True', 'true', 'FALSE', 'False', 'false', 'ON', 'On', 'on', 'OFF', 'Off', 'off']