Login
projects
/
gknop
/
Perl-Critic.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gknop/Perl-Critic.git
2008-10-26
Jeffrey Ryan...
Incorporating some of Chris' suggestions.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-26
Jeffrey Ryan...
Fixed more self-compliance
commit
|
commitdiff
|
tree
|
snapshot
2008-10-26
Jeffrey Ryan...
More self compliance
commit
|
commitdiff
|
tree
|
snapshot
2008-10-26
Jeffrey Ryan...
Get rid of that Debian-whatever file. I think it
commit
|
commitdiff
|
tree
|
snapshot
2008-10-26
Jeffrey Ryan...
Fixed up self-compliance issues in NamingConventions...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-26
Jeffrey Ryan...
Fixed breakage that started when the names of some
commit
|
commitdiff
|
tree
|
snapshot
2008-10-26
Jeffrey Ryan...
Pulled all the 'no critic' handling code out of Critic.pm
commit
|
commitdiff
|
tree
|
snapshot
2008-10-26
Jeffrey Ryan...
Just comment formatting changes.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-26
Jeffrey Ryan...
More self-compliance.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-26
Jeffrey Ryan...
Turn off Capitalization policy for now. It is making...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-26
Jeffrey Ryan...
Self-compliance with ProhibitUnrestrictedNoCritic
commit
|
commitdiff
|
tree
|
snapshot
2008-10-26
Jeffrey Ryan...
Woops, I left a naked subroutine out there.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-26
Jeffrey Ryan...
Vanquised can_be_disabled() method.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-26
Jeffrey Ryan...
Resolved failing test cases for Miscellanea::ProhibitUn...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-20
Elliot Shank
Add a check on myself: add a test that complains if...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-18
Elliot Shank
Failing test with ProhibitParensWithBuiltins that I...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-16
Elliot Shank
Rename the t/20_policy_*.t tests to include underscores...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-16
Elliot Shank
Disable Modules::ProhibitEvilModules if there aren...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-16
Elliot Shank
Add subroutine name to violation descriptions for
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Elliot Shank
Links to Test::P::C.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Elliot Shank
Missed RegularExpressions::ProhibitCaptureWithoutTest...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Elliot Shank
Add small links HTML page for holding links to *nix...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Elliot Shank
Move policy bugs from TODO.pod to the actual Policies...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Elliot Shank
Delete dead code from NamingConventions::ProhibitAmbigu...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Elliot Shank
Code cleanups to comply with NamingConventions::Capital...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Elliot Shank
Add exceptions for the standard tie subroutines to
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Elliot Shank
And $P::C::Policy::FORMAT bites the dust too.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Elliot Shank
$P::C::Violation::FORMAT loses to NamingConventions...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Elliot Shank
Fix subroutine capitalization in Modules::RequireVersio...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Elliot Shank
Add AUTOLOAD exceptions to NamingConventions::Capitaliz...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Elliot Shank
Add explanation to RequireNoMatchVarsWithUseEnglish...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Elliot Shank
More fully state that development is done using Module...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Chris Dolan
Add some draft notes about how we do P::C releases
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Elliot Shank
RT #39787 is wrong. RequireNoMatchVarsWithUseEnglish...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Elliot Shank
Handle the __PACKAGE__->_foo() case in ProtectPrivateSubs.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
Elliot Shank
Add failing test for __PACKAGE__->_foo() for ProtectPri...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
Elliot Shank
Add a bunch of stuff to TODO.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Elliot Shank
Add a :single_case tag to NamingConventions::Capitaliza...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-04
Chris Dolan
Test for "package main" in NamingConventions::Capitaliz...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
Elliot Shank
Failing test for Modules::RequireNoMatchVarsWithUseEngl...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
Elliot Shank
Add "main" to the default package name exemptions to
commit
|
commitdiff
|
tree
|
snapshot
2008-09-29
Elliot Shank
Simplify the regexes for the default global variables...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-29
Elliot Shank
The big NamingConventions::Capitalization rejiggering...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
Elliot Shank
Add test for Statement::Include::module_version() in
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
Elliot Shank
Fix self compliance in t/05_utils_ppi.t and Utils:...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
Elliot Shank
Add cleaned up versions of Utils::PPI::is_subroutine_de...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
Elliot Shank
Add a test file for things we want from PPI.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
Chris Dolan
Rename Variables::ProhibitReusedVarNames to Variables...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
Elliot Shank
Update threading comment in TODO.pod.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
Elliot Shank
Add threading idea to TODO.pod.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
Jeffrey Ryan...
Some failing test cases for ProhibitUnrestrictedNoCritic.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
Chris Dolan
self-compliance with Variables::ProhibitReusedVarNames
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
Chris Dolan
Variables::ProhibitReusedVarNames bug fix (PPI returns...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
Chris Dolan
New policy Variables::ProhibitReusedVarNames
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
Jeffrey Ryan...
Self-compliance with ProhibitUnrestrictedNoCritic
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
Jeffrey Ryan...
Add can_be_disabled() to the trusted method list
commit
|
commitdiff
|
tree
|
snapshot
2008-09-28
Jeffrey Ryan...
Created a new Policy to prohibit an unrestricted #...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-27
Elliot Shank
Rename is_document_exempt() to prepare_to_scan_document().
commit
|
commitdiff
|
tree
|
snapshot
2008-09-27
Elliot Shank
Update autodie support to v1.994.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-27
Elliot Shank
Change ppidump to emit element locations.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-25
Elliot Shank
Add TODO to enable removing "## no critic" markers.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Elliot Shank
Fix date prototype at the top of Changes. Yeah, it...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Elliot Shank
Put caveat about autodie support into Changes.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Elliot Shank
Add autodie support to the InputOutput::RequireChecked...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-14
Elliot Shank
Allow specification of violation descriptions in Prohib...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-14
Elliot Shank
Change Modules::ProhibitEvilModules::initialize_if_enab...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-14
Elliot Shank
Change Modules::ProhibitEvilModules to include the...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-14
Elliot Shank
Small POD addition to ControlStructures::ProhibitPostfi...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-14
Elliot Shank
Rewrap the POD in NamingConventions::Capitalization and
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Jeffrey Ryan...
Updated docs about EPIC
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Elliot Shank
Update $VERSION in NamingConventions::Capitalization.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Elliot Shank
Restore Schwern's Capitalization policy.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Elliot Shank
Whoops. Missed some version number changes in the...
commit
|
commitdiff
|
tree
|
snapshot
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
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Elliot Shank
Fix PodSpelling in RequireInterpolationOfMetachars.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Elliot Shank
Use is_document_exempt() RequireExplicitPackage and
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Elliot Shank
Fix RequireFilenameMatchesPackage in terms of programs.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Elliot Shank
Add test case to RequireEndWithOne.run from Schwern's
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Elliot Shank
In partial response to Schwern's patch for "non-program"
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Elliot Shank
Document the rcs_keywords option for
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Elliot Shank
Allow RequireRcsKeywords to find things after __END__.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-02
Jeffrey Ryan...
Bumped VERSION to 1.092.
v1.092
commit
|
commitdiff
|
tree
|
snapshot
2008-09-02
Jeffrey Ryan...
There were POD errors in the release that I just made,
commit
|
commitdiff
|
tree
|
snapshot
2008-09-02
Jeffrey Ryan...
Fixing errors in POD that were exposed in the last
commit
|
commitdiff
|
tree
|
snapshot
2008-09-02
Jeffrey Ryan...
Some tweaks to my Ant build script. Since I use macpor...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-02
Jeffrey Ryan...
Adding back in Schwern's Capitalization policy.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-02
Jeffrey Ryan...
Bumped VERSION to 1.091
v1.091
commit
|
commitdiff
|
tree
|
snapshot
2008-09-02
Jeffrey Ryan...
Cleaning up my trailing whitespace. Damn Eclipse....
commit
|
commitdiff
|
tree
|
snapshot
2008-09-02
Jeffrey Ryan...
Undoing the patch for Schwern's capitalization policy.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-02
Jeffrey Ryan...
Marked some failing tests as TODO, so I can go ahead...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-02
Jeffrey Ryan...
Further cleanup after moving that policy to P-C-More.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-28
Elliot Shank
Undo Schwern's changes in the last patch to the
commit
|
commitdiff
|
tree
|
snapshot
2008-08-28
Elliot Shank
Apply Schwern's NamingConventions::Capitalization patch...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-27
Jeffrey Ryan...
Update Changes file with latest bug fix.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-27
Jeffrey Ryan...
I think I've finally fixed the problem of false-positiv...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-27
Jeffrey Ryan...
Update TODO list.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-27
Jeffrey Ryan...
Updated changes to reflect relocation of Policy.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-27
Jeffrey Ryan...
Moving the test case for RequireConstantOnLeftSideOfEqu...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-27
Jeffrey Ryan...
Finally decided to move RequireConstantOnLeftSideOfEqua...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-24
Jeffrey Ryan...
Fixed ProhibitHardTabs so that it would allow leading...
commit
|
commitdiff
|
tree
|
snapshot
next