2
I Use This!
Very High Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed require 'awesome_print', left there by mistake earlier. More... about 12 years ago
Removed unneeded code, refactored, and added comments. More... about 12 years ago
Being more true to the rule "Use empty lines between defs ...". More... about 12 years ago
Corrections for operators that don't need surrounding spaces. More... about 12 years ago
Corrected space after colon. More... about 12 years ago
Added Grammar class, which helps us navigate sexp trees correlating it to tokens. More... about 12 years ago
Optimization: running Ripper only for cops that need it. More... about 12 years ago
Added space_after_comma_etc. More... about 12 years ago
Updated spec with encoding stuff after merge from upstream. More... about 12 years ago
Using a list of operators that can only be binary (not unary) as an optimization. More... about 12 years ago
Tiny refactoring. More... about 12 years ago
Never checking flymake files left by Emacs. More... about 12 years ago
New case/when algorithm. Much more complicated, but seems to work. More... about 12 years ago
Made small changes to get to some corner cases that had proved to be handled incorretly. More... about 12 years ago
Corrected each_parent_of() and added each(). More... about 12 years ago
Better testing. More... about 12 years ago
New algorithm that uses tokens and sexp. More... about 12 years ago
Added public/protected/private as things that don't need an empty line. More... about 12 years ago
Better handling of bad input. More... about 12 years ago
Added surrounding space cop. More... about 12 years ago
Testing more cases of empty line between defs. More... about 12 years ago
Added Cop#inspect_source for easier testing. More... about 12 years ago
enforce utf-8 as the source file encoding More... about 12 years ago
ignore folders More... about 12 years ago
added a check for a missing utf8 encoding More... about 12 years ago
Added indentation and empty_lines cops. More... about 12 years ago
Testing LineLength. More... about 12 years ago
Merge pull request #2 from jonas054/emacs_and_unix_integration More... about 12 years ago
Enable executing through symlink. More... about 12 years ago
Whitespace corrections. More... about 12 years ago