81
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rearranged some code. Just cosmetic stuff. More... about 19 years ago
Brought over ProhibitAmbiguousNames policy from Chris' branch. More... about 19 years ago
Brought over ProhibitAmbiguousNames policy from Chris' branch. More... about 19 years ago
Implemented -top functionality. It doesn't actually work yet because Perl::Critic::Violation::get_severity() is currently written as an object method, but each Violation only knows the name of the Policy that created it (not the object itself). I'll fix this later. More... about 19 years ago
Implemented -top functionality. It doesn't actually work yet because Perl::Critic::Violation::get_severity() is currently written as an object method, but each Violation only knows the name of the Policy that created it (not the object itself). I'll fix this later. More... about 19 years ago
Removed the 'tested' hack that prevented Policies that apply to the whole document from being executed for each element. Since Chris implemented the 'applies_to' method this is no longer necessary. More... about 19 years ago
Removed the 'tested' hack that prevented Policies that apply to the whole document from being executed for each element. Since Chris implemented the 'applies_to' method this is no longer necessary. More... about 19 years ago
Fixed the trust_me list to include default_severity(). IDEA: We probably should list the default severity for every policy in the documentation somewhere. More... about 19 years ago
Fixed the trust_me list to include default_severity(). IDEA: We probably should list the default severity for every policy in the documentation somewhere. More... about 19 years ago
Now that Perl::Critic doesn't default to loading _all_ policies, we have to set the -severity explicitly to get them all loaded. More... about 19 years ago
Now that Perl::Critic doesn't default to loading _all_ policies, we have to set the -severity explicitly to get them all loaded. More... about 19 years ago
Moved some tests from 00_modules to 02_policy. More... about 19 years ago
Moved some tests from 00_modules to 02_policy. More... about 19 years ago
Rewrote test cases to cope with new severity mechanism. I'm not yet sure how the -severity and -include and -exclude options should interact. In previous versions, an -include or -exclude pattern cause the -severity to be ingored. But I don't know if that makes sense going forward. More... about 19 years ago
Rewrote test cases to cope with new severity mechanism. I'm not yet sure how the -severity and -include and -exclude options should interact. In previous versions, an -include or -exclude pattern cause the -severity to be ingored. But I don't know if that makes sense going forward. More... about 19 years ago
Rewrote the severity methods. Instead of a single static method, we now have one static method that returns the default severity and a pair of get & set object methods for the effective severity. This allows Policy authors to easily declare the severity for their policy, while giving Clients a cleaner API for customizing the severity at run time. More... about 19 years ago
Rewrote the severity methods. Instead of a single static method, we now have one static method that returns the default severity and a pair of get & set object methods for the effective severity. This allows Policy authors to easily declare the severity for their policy, while giving Clients a cleaner API for customizing the severity at run time. More... about 19 years ago
Fixed typo. More... about 19 years ago
Fixed typo. More... about 19 years ago
Added default_severity method. This method wasn't defined when I copied the code from the old ProhibitSpecificModules.pm file. More... about 19 years ago
Added default_severity method. This method wasn't defined when I copied the code from the old ProhibitSpecificModules.pm file. More... about 19 years ago
* Changed severity method to default_severity. * Changed ProhibitSpecificModules to ProhibitEvilModules More... about 19 years ago
* Changed severity method to default_severity. * Changed ProhibitSpecificModules to ProhibitEvilModules More... about 19 years ago
Added Chris' MANIFEST.SKIP file. More... about 19 years ago
Added Chris' MANIFEST.SKIP file. More... about 19 years ago
Um, I've lost track of what I was doing so I'm just committing whatever I have. P::C::Config still needs some work and many of the test cases need to be re-written to cope with the severity levels and the Pluggable architecture. Also, documentation needs to be updated. More... about 19 years ago
Um, I've lost track of what I was doing so I'm just committing whatever I have. P::C::Config still needs some work and many of the test cases need to be re-written to cope with the severity levels and the Pluggable architecture. Also, documentation needs to be updated. More... about 19 years ago
Increased severity of StringyEval policy because I think it frequently leads to errors. More... about 19 years ago
Increased severity of StringyEval policy because I think it frequently leads to errors. More... about 19 years ago
Merged t/ directory from Chris' branch (r 26:43) Several of the modules now fail during criticize.t, but that's not too important right now. TODO: Need to merge in the new 'AmbiguousName' policy module. More... about 19 years ago