Skip to content

Commit

Permalink
Merge branch 'master' into cimpl-1130-compose-caret-rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-thompson authored Aug 4, 2023
2 parents d2640f5 + 6c4c9e8 commit dba5061
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/utils/puns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ const ERROR_PUNS = [
'Is that squall you got?',
"You're in deep water now.",
"Don't carp about your mistakes.",
'This run went belly up.'
'This run went belly up.',
'Seas the errors and fix them!',
'Dolphinately not the desired outcome.',
"Looks like you've caught a bugfish."
];

export function getRandomPun(numErrors = 0, numWarnings = 0): string {
Expand Down

0 comments on commit dba5061

Please sign in to comment.