Skip to content

Commit

Permalink
Add message size limit to log formatter (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon authored Apr 18, 2024
1 parent 35026ef commit a8cf81c
Show file tree
Hide file tree
Showing 11 changed files with 233 additions and 177 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["3.0", "3.1", "3.2", "3.3"]

services:
postgres:
Expand Down
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ inherit_gem:

AllCops:
DisplayCopNames: true
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0
SuggestExtensions: false

Naming/MethodParameterName:
AllowedNames: ["x", "y", "z"]
Expand Down
Loading

0 comments on commit a8cf81c

Please sign in to comment.