Login
projects
/
gknop
/
Perl-Critic.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fixed up self-compliance issues in NamingConventions::Capitalization.
[gknop/Perl-Critic.git]
/
lib
/
2008-10-26
Jeffrey Ryan Thalh...
Fixed up self-compliance issues in NamingConventions...
tree
|
commitdiff
2008-10-26
Jeffrey Ryan Thalh...
Pulled all the 'no critic' handling code out of Critic.pm
tree
|
commitdiff
2008-10-26
Jeffrey Ryan Thalh...
Just comment formatting changes.
tree
|
commitdiff
2008-10-26
Jeffrey Ryan Thalh...
More self-compliance.
tree
|
commitdiff
2008-10-26
Jeffrey Ryan Thalh...
Woops, I left a naked subroutine out there.
tree
|
commitdiff
2008-10-26
Jeffrey Ryan Thalh...
Vanquised can_be_disabled() method.
tree
|
commitdiff
2008-10-26
Jeffrey Ryan Thalh...
Resolved failing test cases for Miscellanea::ProhibitUn...
tree
|
commitdiff
2008-10-16
Elliot Shank
Disable Modules::ProhibitEvilModules if there aren...
tree
|
commitdiff
2008-10-16
Elliot Shank
Add subroutine name to violation descriptions for
tree
|
commitdiff
2008-10-14
Elliot Shank
Missed RegularExpressions::ProhibitCaptureWithoutTest...
tree
|
commitdiff
2008-10-14
Elliot Shank
Move policy bugs from TODO.pod to the actual Policies...
tree
|
commitdiff
2008-10-14
Elliot Shank
Delete dead code from NamingConventions::ProhibitAmbigu...
tree
|
commitdiff
2008-10-14
Elliot Shank
Code cleanups to comply with NamingConventions::Capital...
tree
|
commitdiff
2008-10-14
Elliot Shank
Add exceptions for the standard tie subroutines to
tree
|
commitdiff
2008-10-14
Elliot Shank
And $P::C::Policy::FORMAT bites the dust too.
tree
|
commitdiff
2008-10-14
Elliot Shank
$P::C::Violation::FORMAT loses to NamingConventions...
tree
|
commitdiff
2008-10-13
Elliot Shank
Fix subroutine capitalization in Modules::RequireVersio...
tree
|
commitdiff
2008-10-13
Elliot Shank
Add AUTOLOAD exceptions to NamingConventions::Capitaliz...
tree
|
commitdiff
2008-10-13
Elliot Shank
Add explanation to RequireNoMatchVarsWithUseEnglish...
tree
|
commitdiff
2008-10-11
Elliot Shank
RT #39787 is wrong. RequireNoMatchVarsWithUseEnglish...
tree
|
commitdiff
2008-10-11
Elliot Shank
Handle the __PACKAGE__->_foo() case in ProtectPrivateSubs.
tree
|
commitdiff
2008-10-06
Elliot Shank
Add a :single_case tag to NamingConventions::Capitaliza...
tree
|
commitdiff
2008-10-03
Elliot Shank
Add "main" to the default package name exemptions to
tree
|
commitdiff
2008-09-29
Elliot Shank
Simplify the regexes for the default global variables...
tree
|
commitdiff
2008-09-29
Elliot Shank
The big NamingConventions::Capitalization rejiggering...
tree
|
commitdiff
2008-09-28
Elliot Shank
Fix self compliance in t/05_utils_ppi.t and Utils:...
tree
|
commitdiff
2008-09-28
Elliot Shank
Add cleaned up versions of Utils::PPI::is_subroutine_de...
tree
|
commitdiff
2008-09-28
Chris Dolan
Rename Variables::ProhibitReusedVarNames to Variables...
tree
|
commitdiff
2008-09-28
Chris Dolan
self-compliance with Variables::ProhibitReusedVarNames
tree
|
commitdiff
2008-09-28
Chris Dolan
Variables::ProhibitReusedVarNames bug fix (PPI returns...
tree
|
commitdiff
2008-09-28
Chris Dolan
New policy Variables::ProhibitReusedVarNames
tree
|
commitdiff
2008-09-28
Jeffrey Ryan Thalh...
Self-compliance with ProhibitUnrestrictedNoCritic
tree
|
commitdiff
2008-09-28
Jeffrey Ryan Thalh...
Created a new Policy to prohibit an unrestricted #...
tree
|
commitdiff
2008-09-27
Elliot Shank
Rename is_document_exempt() to prepare_to_scan_document().
tree
|
commitdiff
2008-09-27
Elliot Shank
Update autodie support to v1.994.
tree
|
commitdiff
2008-09-17
Elliot Shank
Add autodie support to the InputOutput::RequireChecked...
tree
|
commitdiff
2008-09-14
Elliot Shank
Allow specification of violation descriptions in Prohib...
tree
|
commitdiff
2008-09-14
Elliot Shank
Change Modules::ProhibitEvilModules::initialize_if_enab...
tree
|
commitdiff
2008-09-14
Elliot Shank
Change Modules::ProhibitEvilModules to include the...
tree
|
commitdiff
2008-09-14
Elliot Shank
Small POD addition to ControlStructures::ProhibitPostfi...
tree
|
commitdiff
2008-09-14
Elliot Shank
Rewrap the POD in NamingConventions::Capitalization and
tree
|
commitdiff
2008-09-07
Elliot Shank
Update $VERSION in NamingConventions::Capitalization.
tree
|
commitdiff
2008-09-07
Elliot Shank
Restore Schwern's Capitalization policy.
tree
|
commitdiff
2008-09-07
Elliot Shank
Whoops. Missed some version number changes in the...
tree
|
commitdiff
2008-09-07
Elliot Shank
Release P::C 1.093_001 so that I can get access to the
v1.093_001
v1.093_01
tree
|
commitdiff
2008-09-07
Elliot Shank
Fix PodSpelling in RequireInterpolationOfMetachars.
tree
|
commitdiff
2008-09-07
Elliot Shank
Use is_document_exempt() RequireExplicitPackage and
tree
|
commitdiff
2008-09-07
Elliot Shank
Fix RequireFilenameMatchesPackage in terms of programs.
tree
|
commitdiff
2008-09-07
Elliot Shank
Add test case to RequireEndWithOne.run from Schwern's
tree
|
commitdiff
2008-09-07
Elliot Shank
In partial response to Schwern's patch for "non-program"
tree
|
commitdiff
2008-09-07
Elliot Shank
Document the rcs_keywords option for
tree
|
commitdiff
2008-09-07
Elliot Shank
Allow RequireRcsKeywords to find things after __END__.
tree
|
commitdiff
2008-09-02
Jeffrey Ryan Thalh...
Bumped VERSION to 1.092.
v1.092
tree
|
commitdiff
2008-09-02
Jeffrey Ryan Thalh...
There were POD errors in the release that I just made,
tree
|
commitdiff
2008-09-02
Jeffrey Ryan Thalh...
Adding back in Schwern's Capitalization policy.
tree
|
commitdiff
2008-09-02
Jeffrey Ryan Thalh...
Bumped VERSION to 1.091
v1.091
tree
|
commitdiff
2008-09-02
Jeffrey Ryan Thalh...
Cleaning up my trailing whitespace. Damn Eclipse....
tree
|
commitdiff
2008-09-02
Jeffrey Ryan Thalh...
Undoing the patch for Schwern's capitalization policy.
tree
|
commitdiff
2008-08-28
Elliot Shank
Undo Schwern's changes in the last patch to the
tree
|
commitdiff
2008-08-28
Elliot Shank
Apply Schwern's NamingConventions::Capitalization patch...
tree
|
commitdiff
2008-08-27
Jeffrey Ryan Thalh...
I think I've finally fixed the problem of false-positiv...
tree
|
commitdiff
2008-08-27
Jeffrey Ryan Thalh...
Finally decided to move RequireConstantOnLeftSideOfEqua...
tree
|
commitdiff
2008-08-24
Jeffrey Ryan Thalh...
Fixed ProhibitHardTabs so that it would allow leading...
tree
|
commitdiff
2008-08-23
Elliot Shank
Fix PBP page numbers in ProhibitMixedCaseVars and
tree
|
commitdiff
2008-08-22
Elliot Shank
Forgot to set svn:keywords on
tree
|
commitdiff
2008-08-22
Elliot Shank
Make rest of code comply with
tree
|
commitdiff
2008-08-22
Elliot Shank
Make Policies comply with
tree
|
commitdiff
2008-08-22
Elliot Shank
Implement RegularExpressions::RequireDotMatchAnything.
tree
|
commitdiff
2008-08-22
Elliot Shank
Create an option for CodeLayout::ProhibitQuotedWordLists
tree
|
commitdiff
2008-08-17
Elliot Shank
Clean up Schwern's
tree
|
commitdiff
2008-08-17
Elliot Shank
Apply raw patch from Schwern that adds options to
tree
|
commitdiff
2008-08-16
Elliot Shank
Fix missing word in the ProhibitNoWarnings POD.
tree
|
commitdiff
2008-08-16
Elliot Shank
Clean up both existing problems and problems with Schwern's
tree
|
commitdiff
2008-08-16
Elliot Shank
Apply raw patch from Schwern for
tree
|
commitdiff
2008-08-14
Elliot Shank
Clean up self compliance problems introduced by Schwern's
tree
|
commitdiff
2008-08-14
Elliot Shank
Apply the unmodified patch from Schwern (modulo dealing...
tree
|
commitdiff
2008-08-14
Elliot Shank
Comment in P::C::Document about underscores in perl...
tree
|
commitdiff
2008-07-28
Chris Dolan
Ternaries now satisfy RequireCheckingReturnValueOfEval:
tree
|
commitdiff
2008-07-27
Jeffrey Ryan Thalh...
CodeLayout::ProhibitQuotedWordLists also now applies...
tree
|
commitdiff
2008-07-27
Jeffrey Ryan Thalh...
ProhibitQuotedWordLists does not apply to lists
tree
|
commitdiff
2008-07-23
Jeffrey Ryan Thalh...
Added my first new policy in a very long time. So...
tree
|
commitdiff
2008-07-22
Elliot Shank
Bump P::C version to 1.090.
tree
|
commitdiff
2008-07-22
Elliot Shank
Bump P::C version to 1.089.
v1.089
tree
|
commitdiff
2008-07-21
Elliot Shank
Add rcs_keywords option to RequireInterpolationOfMetachars.
tree
|
commitdiff
2008-07-21
Elliot Shank
POD formatting cleanups in DEVELOPER.pod and minor...
tree
|
commitdiff
2008-07-15
Jeffrey Ryan Thalh...
RT #34713. Tweaked Subroutines::ProtectPrivateVars
tree
|
commitdiff
2008-07-14
Elliot Shank
Add exec to the list of things accepted by
tree
|
commitdiff
2008-07-14
Jeffrey Ryan Thalh...
Subroutines::ProhibitBuiltinHomonyms now covers Perl...
tree
|
commitdiff
2008-07-14
Elliot Shank
Change name of option in ProhibitInterpolationOfLiterals to
tree
|
commitdiff
2008-07-14
Elliot Shank
Fix PodSpelling problems caused by the doubling up...
tree
|
commitdiff
2008-07-14
Elliot Shank
Add allow_double_quote_if_string_contains_single_quote
tree
|
commitdiff
2008-07-10
Elliot Shank
Remove documentation about the -config option to P...
tree
|
commitdiff
2008-07-09
Jeffrey Ryan Thalh...
is_script() now tries to check if the filename ends...
tree
|
commitdiff
2008-07-09
Jeffrey Ryan Thalh...
Fixed typo in the code for setting the criticism-fatal...
tree
|
commitdiff
2008-07-08
Elliot Shank
Fix ProhibitAmpersandSigils in the "sort &foo(...)...
tree
|
commitdiff
2008-07-07
Elliot Shank
Convert L<Some::Module> escapes to
tree
|
commitdiff
2008-07-07
Chris Dolan
Fix false positive in ProhibitSingleCharAlternation
tree
|
commitdiff
2008-07-07
Elliot Shank
ProhibitUnusedCapture was missing a /g modifier on...
tree
|
commitdiff
2008-07-06
Elliot Shank
Failing test for ProhibitSingleCharAlternation.
tree
|
commitdiff
2008-07-04
Elliot Shank
Fix RT #37416, ProhibitSleepViaSelect, with three undef
tree
|
commitdiff
next