summaryrefslogtreecommitdiffstats
path: root/make-lint
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-02-14 11:34:16 -0500
committerMartin Kosek <mkosek@redhat.com>2013-02-22 17:20:35 +0100
commitb4915bd2fde861279ba18acf940d7a5880a58ba6 (patch)
tree5de71b4f687069fef5cc686f69f6b7f1336bac39 /make-lint
parentda42daac2929972889aa42ec3a6d82a1aca4f1d7 (diff)
downloadfreeipa-b4915bd2fde861279ba18acf940d7a5880a58ba6.tar.gz
freeipa-b4915bd2fde861279ba18acf940d7a5880a58ba6.tar.xz
freeipa-b4915bd2fde861279ba18acf940d7a5880a58ba6.zip
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
Diffstat (limited to 'make-lint')
-rwxr-xr-xmake-lint2
1 files changed, 1 insertions, 1 deletions
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'],