Skip to content

Commit

Permalink
Merge pull request #59 from outfoxx/feature/decode-contents
Browse files Browse the repository at this point in the history
Add `decodeContents(using:)` and use generic sequence in `encode(:,using:)` for `UnkeyedDecodingContainer`
  • Loading branch information
kdubb committed Sep 24, 2023
2 parents c4612ae + 9acc09e commit 26135cf
Show file tree
Hide file tree
Showing 4 changed files with 1,537 additions and 124 deletions.
4 changes: 2 additions & 2 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ trailing_comma:
mandatory_comma: true

file_length:
warning: 800
error: 1000
warning: 1500
error: 3000
ignore_comment_only_lines: true

line_length:
Expand Down

0 comments on commit 26135cf

Please sign in to comment.