summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* standardrb --only Style/BarePercentLiterals --fixswitch-to-standardrb-formattingAustin Ziegler2021-12-231-1/+1
* standardrb --only Style/StringLiteralsInInterpolationAustin Ziegler2021-12-231-0/+6
* standardrb --only Style/StringLiteralsInInterpolation --fix and moreAustin Ziegler2021-12-231-9/+8
* standardrb --only Style/RedundantBegin --fixAustin Ziegler2021-12-231-5/+3
* standardrb --only Standard/BlockSingleLineBraces --fixAustin Ziegler2021-12-232-5/+5
* standardrb --only Style/StringCharsAustin Ziegler2021-12-232-3/+3
* standardrb --only Style/RescueModifier --fixAustin Ziegler2021-12-231-1/+5
* standardrb --only Style/Alias --fixAustin Ziegler2021-12-233-5/+5
* Clean up lint directivesAustin Ziegler2021-12-235-13/+9
* standardrb --only Style/EmptyMethod --fixAustin Ziegler2021-12-231-2/+4
* standardrb --only Layout/SpaceInsideHashLiteralBraces --fixAustin Ziegler2021-12-234-9/+9
* standardrb --only Style/ClassCheck --fixAustin Ziegler2021-12-234-12/+12
* Ignore Style/HashSyntaxAustin Ziegler2021-12-237-1/+13
* standardrb --only Layout/LeadingCommentSpace --fixAustin Ziegler2021-12-236-19/+19
* Fix :yields: directive for rdocAustin Ziegler2021-12-232-7/+7
* Fix Style/AndOrAustin Ziegler2021-12-235-17/+17
* ignore Layout/heredocIndentation due to old RubyAustin Ziegler2021-12-235-0/+16
* standardrb --only Layout/ExtraSpacing --fix and ignoreAustin Ziegler2021-12-239-41/+51
* standardrb --only Style/PercentLiteralDelimiters --fixAustin Ziegler2021-12-237-50/+50
* standardrb --only Style/StringLiterals --fixAustin Ziegler2021-12-2324-691/+691
* Add standardrbAustin Ziegler2021-12-231-0/+4
* Fix issues reported by fastererAustin Ziegler2021-12-235-10/+11
* Prevent tests from running more than oncev1.5.0Austin Ziegler2021-12-231-2/+5
* Add codeql workflowAustin Ziegler2021-12-231-0/+70
* Make tests a little quieter by removing a debug statementAustin Ziegler2021-12-232-6/+5
* Prepare for release of 1.5.0Austin Ziegler2021-12-235-119/+168
* Merge pull request #80 from halostatue/reintroduce-the-threshold-test-optimiz...Austin Ziegler2021-12-231-4/+9
|\
| * Reintroduce the threshold test optimizationreintroduce-the-threshold-test-optimizationtiendo10112021-12-221-4/+9
* | Merge pull request #79 from halostatue/fix-failed-test-due-to-resolving-off-b...Austin Ziegler2021-12-232-26/+26
|\ \ | |/ |/|
| * Updating the comment to reflect the new found logicfix-failed-test-due-to-resolving-off-by-one-errortiendo10112021-12-221-2/+3
| * Apply some performance improvementtiendo10112021-12-221-4/+6
| * The symmetrically makes it easier to understandtiendo10112021-12-221-8/+8
| * Use element directly instead of accessing it from the indextiendo10112021-12-221-9/+6
| * Correct the expected difftiendo10112021-12-221-4/+4
|/
* Ensure that `rake test` runs `rake spec`masterAustin Ziegler2021-12-201-3/+3
* Remove rubocop configurationAustin Ziegler2021-12-201-133/+0
* Remove probaby-unnecessary threshold map updateAustin Ziegler2021-12-201-0/+5
* Merge pull request #72 from tiendo1011/ax-unecessary-callAustin Ziegler2021-12-201-7/+6
|\
| * Use comment to aid reverting in case the change is problematictiendo10112021-12-201-0/+3
| * Ax unnecessary callstiendo10112021-12-191-7/+3
* | Prepare for pre-release gemAustin Ziegler2021-12-193-7/+20
* | Merge pull request #75 from tiendo1011/fix-off-by-one-errorAustin Ziegler2021-12-192-5/+3
|\ \
| * | Fix off-by-one errortiendo10112021-12-192-5/+3
| |/
* | Merge pull request #73 from tiendo1011/fix-infinite-method-callAustin Ziegler2021-12-191-2/+2
|\ \ | |/ |/|
| * Fix infinite method calltiendo10112021-12-191-2/+2
|/
* Incremental improvements not yet releasedAustin Ziegler2021-12-162-1/+8
* Merge pull request #71 from tiendo1011/correct-last-index-calculationAustin Ziegler2021-12-161-1/+1
|\
| * Correct last index positiontiendo10112021-12-161-1/+1
|/
* Handle some outdated dependency issuesAustin Ziegler2021-12-142-24/+15
* Add more versions to unit testAustin Ziegler2021-12-143-53/+100