logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Perl::Critic::Policy::CodeLayout::RequireConsistentNewlines - Use the same newline through the source.

Affiliation

       This Policy is part of the core Perl::Critic distribution.

Author

       Chris Dolan <cdolan@cpan.org>

Caveat

       This policy works outside of PPI because PPI automatically normalizes source code to local newline
       conventions.  So, this will only work if we know the filename of the source code.

Configuration

       This Policy is not configurable except for the standard options.

Description

       Source code files are divided into lines with line endings of "\r", "\n" or "\r\n".  Mixing these
       different line endings causes problems in many text editors and, notably, Module::Signature and GnuPG.

Name

       Perl::Critic::Policy::CodeLayout::RequireConsistentNewlines - Use the same newline through the source.

See Also