[
https://issues.apache.org/jira/browse/NIFI-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15978073#comment-15978073
]
Otto Fowler commented on NIFI-452:
----------------------------------
Maybe the archetypes should evaluate these types of things, like a checkstyle
rule
> Use consistent casing of AllowableValues
> ----------------------------------------
>
> Key: NIFI-452
> URL: https://issues.apache.org/jira/browse/NIFI-452
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: 0.1.0
> Reporter: Dan Bress
> Priority: Trivial
>
> Some processors that allow for boolean values specify them as "true" and
> "false"
> - {{PutFTP}}
> While others specify them as "True" and "False"
> - {{InvokeHTTP}}
> Some processors allow for "REPLACE", "IGNORE", "RENAME", "REJECT", "FAIL",
> "NONE"
> - {{PutFTP}}
> while others allow for "replace", "ignore", "rename", "reject", "fail", "none"
> - {{PutHDFS}}
> I've seen these different schemes used:
> - lowercase
> - Pascal
> - UPPERCASE
> - dash-separated-name
> - Human readable name
> Lets pick one and go with it for all standard processors
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)