Skip to content

Commit

Permalink
adjust quickhook
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Dec 28, 2024
1 parent 3ee24c5 commit 1d59687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .quickhook/pre-commit/ruby-lint
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
grep '\.rb$\|Gemfile' | xargs bundle exec rubocop --config .rubocop.yml --force-exclusion
grep '\.rb$\|Gemfile|Rakefile' | xargs bundle exec rubocop --config .rubocop.yml --force-exclusion
2 changes: 1 addition & 1 deletion lib/lolcommits/tranzlate/lolspeak.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module Lolspeak
/thank/ => %w[fank tank thx thnx],
/good/ => %w[gud goed guud gude gewd goot gut],
/really/ => %w[rly rily rilly rilleh],
/world/ => %w[wurrld whirld wurld wrld],
/world/ => %w[wurrld whirld wurld wrld woorld],
/i'?m\b/ => [ "im", "i yam", "i iz" ],
/(?!e)ight/ => %w[ite],
/(?!ues)tion/ => %w[shun],
Expand Down

0 comments on commit 1d59687

Please sign in to comment.