You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2021/12/03 00:16:00 UTC

[jira] [Created] (HBASE-26536) Tweak checkstyle LeftCurly config to "nlow"

Nick Dimiduk created HBASE-26536:
------------------------------------

             Summary: Tweak checkstyle LeftCurly config to "nlow"
                 Key: HBASE-26536
                 URL: https://issues.apache.org/jira/browse/HBASE-26536
             Project: HBase
          Issue Type: Task
            Reporter: Nick Dimiduk
            Assignee: Nick Dimiduk


Change the [LeftCurly|https://checkstyle.sourceforge.io/config_blocks.html#LeftCurly] module [LeftCurlyOption|https://checkstyle.sourceforge.io/property_types.html#LeftCurlyOption] from the default {{eol}} to {{nlow}}. This will permit single-line code blocks like

{noformat}
    if (foo == null) { return null; }
{noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)