openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Perl-Critic
Settings
|
Report Duplicate
81
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 199 of 201
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Rearranged some code. Just cosmetic stuff.
Jeffrey Ryan Thalhammer
More...
about 19 years ago
Brought over ProhibitAmbiguousNames policy from Chris' branch.
Jeffrey Ryan Thalhammer
More...
about 19 years ago
Brought over ProhibitAmbiguousNames policy from Chris' branch.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
More...
about 19 years ago
Moved some tests from 00_modules to 02_policy.
Jeffrey Ryan Thalhammer
More...
about 19 years ago
Moved some tests from 00_modules to 02_policy.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
More...
about 19 years ago
Fixed typo.
Jeffrey Ryan Thalhammer
More...
about 19 years ago
Fixed typo.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
More...
about 19 years ago
* Changed severity method to default_severity. * Changed ProhibitSpecificModules to ProhibitEvilModules
Jeffrey Ryan Thalhammer
More...
about 19 years ago
* Changed severity method to default_severity. * Changed ProhibitSpecificModules to ProhibitEvilModules
Jeffrey Ryan Thalhammer
More...
about 19 years ago
Added Chris' MANIFEST.SKIP file.
Jeffrey Ryan Thalhammer
More...
about 19 years ago
Added Chris' MANIFEST.SKIP file.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
More...
about 19 years ago
Increased severity of StringyEval policy because I think it frequently leads to errors.
Jeffrey Ryan Thalhammer
More...
about 19 years ago
Increased severity of StringyEval policy because I think it frequently leads to errors.
Jeffrey Ryan Thalhammer
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.
Jeffrey Ryan Thalhammer
More...
about 19 years ago
←
1
2
…
193
194
195
196
197
198
199
200
201
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree