irfancss has asked for the wisdom of the Perl Monks concerning the following question:
Above config checks perfectly for WHITESPACE as described. But here I need functionality to check open curly braces. any block should have curly braces on the same line. for eg:config used here ; this is a sample config global-error-level = warn [Whitespace] after-comma = true after-fat-comma = true before-fat-comma = true [Package] max-per-file = 1 has-matching-filename = true is-first-statement = true [Subroutine] disallow-fully-qualified-names = true
2005-10-13 Retitled by g0n, as per Monastery guidelines
Original title: 'Extetion for Module::Checkstyle::Check::Whitespace'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Extension for Module::Checkstyle::Check::Whitespace
by davidrw (Prior) on Oct 12, 2005 at 17:56 UTC |