summaryrefslogtreecommitdiff
path: root/tests/functional/ext/consider_ternary_expression/consider_ternary_expression.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/ext/consider_ternary_expression/consider_ternary_expression.rc')
-rw-r--r--tests/functional/ext/consider_ternary_expression/consider_ternary_expression.rc10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/functional/ext/consider_ternary_expression/consider_ternary_expression.rc b/tests/functional/ext/consider_ternary_expression/consider_ternary_expression.rc
new file mode 100644
index 000000000..39b1d7975
--- /dev/null
+++ b/tests/functional/ext/consider_ternary_expression/consider_ternary_expression.rc
@@ -0,0 +1,10 @@
+[MASTER]
+load-plugins=pylint.extensions.consider_ternary_expression,
+
+[MESSAGES CONTROL]
+disable=
+ invalid-name,
+ undefined-variable,
+ unused-variable,
+ missing-function-docstring,
+ missing-module-docstring,