You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/05/12 16:23:00 UTC

[jira] [Created] (MASSEMBLY-936) Fix line length

Elliotte Rusty Harold created MASSEMBLY-936:
-----------------------------------------------

             Summary: Fix line length
                 Key: MASSEMBLY-936
                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-936
             Project: Maven Assembly Plugin
          Issue Type: Improvement
            Reporter: Elliotte Rusty Harold


The code is full of sections like this where the 120 character line length is violated and yet someone turned off checkstyle instead of fixing the line length. This code is a pain to work with on a 13" laptop. Fix it.

 

{color:#808080}// CHECKSTYLE_OFF: LineLength
{color}{color:#000080}return {color}FixedStringSearchInterpolator.create( {color:#000080}new {color}PrefixedPropertiesValueSource( InterpolationConstants.{color:#660e7a}PROJECT_PROPERTIES_PREFIXES{color},
 project.getProperties(), {color:#000080}true {color}),
 {color:#000080}new {color}PrefixedObjectValueSource( InterpolationConstants.{color:#660e7a}PROJECT_PREFIXES{color},
 project, {color:#000080}true {color}) );
{color:#808080}// CHECKSTYLE_ON: LineLength{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)