From b4915bd2fde861279ba18acf940d7a5880a58ba6 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 14 Feb 2013 11:34:16 -0500 Subject: Remove csv_separator and csv_skipspace Param arguments These were never set to anything but the defaults. Part of work for https://fedorahosted.org/freeipa/ticket/3352 --- make-lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make-lint') diff --git a/make-lint b/make-lint index 1b274b173..7c5ec9245 100755 --- a/make-lint +++ b/make-lint @@ -67,7 +67,7 @@ class IPATypeChecker(TypeChecker): 'default', 'doc', 'required', 'multivalue', 'primary_key', 'normalizer', 'default_from', 'autofill', 'query', 'attribute', 'include', 'exclude', 'flags', 'hint', 'alwaysask', 'sortorder', - 'csv', 'csv_separator', 'csv_skipspace', 'option_group'], + 'csv', 'option_group'], 'ipalib.parameters.Bool': ['truths', 'falsehoods'], 'ipalib.parameters.Data': ['minlength', 'maxlength', 'length', 'pattern', 'pattern_errmsg'], -- cgit