2
I Use This!
Very High Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 12 hours ago.
Jul 27, 2024 — Jul 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Port HashLiteral to Parser More... about 12 years ago
Port ArrayLiteral to Parser More... about 12 years ago
Port StringLiterals to Parser More... about 12 years ago
Extract strip_quotes into an Util module More... about 12 years ago
Add the ability to exclude nodes in on_node More... about 12 years ago
Merge pull request #164 from bbatsov/parser-migration More... about 12 years ago
Bump version to 0.7.2 More... about 12 years ago
Merge pull request #163 from jonas054/rescue_exception_bug More... about 12 years ago
Fix a crash in RescueException on rescue clauses like rescue *ERRORS. More... about 12 years ago
Merge pull request #162 from jonas054/symbol_snake_case_bug More... about 12 years ago
Fix bug in SymbolSnakeCase causing an exception for aliasing operators. More... about 12 years ago
Add -o/--out option to specify output file More... about 12 years ago
Fix specs More... about 12 years ago
Replace return with next More... about 12 years ago
Merge pull request #160 from jonas054/avoid_for_bug More... about 12 years ago
Fix for #159. Correct a bug in Cop#keywords. More... about 12 years ago
Merge pull request #157 from jonas054/op_method_error More... about 12 years ago
Add -f/--format option to specify formatter More... about 12 years ago
Use standard encoding comment More... about 12 years ago
Fix broken specs More... about 12 years ago
Start porting RuboCop to Parser More... about 12 years ago
Merge pull request #156 from jonas054/semicolon_bug More... about 12 years ago
Fix for #155. A bug in Semicolon#index_of_first_token_on_line. More... about 12 years ago
`OpMethod` now handles definition of unary operators without crashing. More... about 12 years ago
Bump version to 0.7.1 More... about 12 years ago
Fix #154 - Add missing files to gemspec More... about 12 years ago
Bump version to 0.7.0 More... about 12 years ago
Merge pull request #153 from jonas054/print_unrecognized_cop_once More... about 12 years ago
Simplify spec a bit More... about 12 years ago
Do more caching to avoid printing same warning many times. More... about 12 years ago