0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Dec 16, 2024 — Dec 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated description with link to wiki. More... over 15 years ago
Added detection of line > 80 chars. Corrected source according to this rule. Closes gh-4. More... over 15 years ago
Renamed file to include _spec More... over 15 years ago
Removed unneeded test file. More... over 15 years ago
Fixed more missed Tailor converts. More... over 15 years ago
Fixed another missed Tailor covert. More... over 15 years ago
Missed a Tailor conversion. Fixed. More... over 15 years ago
Renamed project to 'Tailor'. Closes gh-47. More... over 15 years ago
Fixed old references to ruby-style-checker More... over 15 years ago
Fixed more style problems. More... over 15 years ago
Added to project. More... over 15 years ago
Fixed URL to point to github.com More... over 15 years ago
Fixed style problems! More... over 15 years ago
Updated with current feature list. More... over 15 years ago
Changed dashes to underscored in project name in README. More... over 15 years ago
Ok, now the README is fixed. Gotta actually test this stuff sometimes. :) More... over 15 years ago
Fixed bullets for Features section. More... over 15 years ago
Updated docs to actually have a slight amount of use. More... over 15 years ago
Re-added detection of whitespace on empty lines. Also added a cucumber support file for this related test that I'd forgotten to add previously. Closes gh-43. More... over 15 years ago
Added more gem options and changed their order. More... over 15 years ago
Replaced a missing # for a comment line. More... over 15 years ago
Put brackets around a puts of 'whitespace(s)'. Takes care of the case where only 1 trailing whitespace char was found. More... over 15 years ago
File names now print relative instead of absolute. Also now output a block of text that tells what file is being checked, which helps in reading the output. Closes gh-41. More... over 15 years ago
Added summary report at the end. Closes gh-40. More... over 15 years ago
Now trailing whitespace checking is fixed. Also made the test exclude empty lines that have spaces or tabs. Might need to unfix this part. Closes gh-39. More... over 15 years ago
Fixed trailing whitespace bug. It now only checks for spaces and tabs instead of all whitespace chars. Closes gh-39. More... over 15 years ago
Added ability to detect trailing whitespace on lines and output the number of trailing whitespaces. Closes gh-16. More... over 15 years ago
Added a new cucumber test to ensure snake-case methods aren't reported. More... over 15 years ago
Added ability for checking camel case on class names. Made camel_case? in to 2 methods (1 for class and 1 for method). Moved some cucumber step defs to world.rb since they'll be used in a number of places. Added files for testing camel case vs. snake case. More... over 15 years ago
Added ability for checking camel case on class names. Made camel_case? in to 2 methods (1 for class and 1 for method). Moved some cucumber step defs to world.rb since they'll be used in a number of places. Added files for testing camel case vs. snake case. More... over 15 years ago