Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Seq and List decoding #138
Support Seq and List decoding #138
Changes from all commits
06bad04
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 46 in core/src/main/scala/cats/xml/NodeContent.scala
Codecov / codecov/patch
core/src/main/scala/cats/xml/NodeContent.scala#L46
Check warning on line 52 in core/src/main/scala/cats/xml/NodeContent.scala
Codecov / codecov/patch
core/src/main/scala/cats/xml/NodeContent.scala#L52
Check warning on line 56 in core/src/main/scala/cats/xml/NodeContent.scala
Codecov / codecov/patch
core/src/main/scala/cats/xml/NodeContent.scala#L54-L56
Check warning on line 60 in core/src/main/scala/cats/xml/NodeContent.scala
Codecov / codecov/patch
core/src/main/scala/cats/xml/NodeContent.scala#L60
Check warning on line 268 in core/src/main/scala/cats/xml/codec/Decoder.scala
Codecov / codecov/patch
core/src/main/scala/cats/xml/codec/Decoder.scala#L266-L268
Check warning on line 273 in core/src/main/scala/cats/xml/codec/Decoder.scala
Codecov / codecov/patch
core/src/main/scala/cats/xml/codec/Decoder.scala#L272-L273
Check warning on line 278 in core/src/main/scala/cats/xml/codec/Decoder.scala
Codecov / codecov/patch
core/src/main/scala/cats/xml/codec/Decoder.scala#L278
Check notice
Code scanning / Scalastyle (reported by Codacy)
Lowercase pattern match (surround with ``, or add : Any). Note
Check notice
Code scanning / Codacy-scalameta-pro (reported by Codacy)
Prohibit case statement pattern match from being lowercase. Note
Check notice
Code scanning / Scalastyle (reported by Codacy)
The string literal "A" appears 35 times in the file. Note test
Check warning
Code scanning / Codacy-scalameta-pro (reported by Codacy)
Prohibits usage of duplicated string literals. Warning test
Check notice
Code scanning / Scalastyle (reported by Codacy)
File must not end with newline character. Note test
Check notice
Code scanning / Scalastyle (reported by Codacy)
Header does not match expected text. Note test
Check notice
Code scanning / Scalastyle (reported by Codacy)
Avoid block imports. Note test
Check warning
Code scanning / Codacy-scalameta-pro (reported by Codacy)
This makes it easy to examine visually, and is simple to automate. Warning test
Check warning
Code scanning / Codacy-scalameta-pro (reported by Codacy)
FIXME tags are commonly used to mark places where a bug is suspected Warning test
Check notice
Code scanning / Scalastyle (reported by Codacy)
Field name does not match the regular expression '^[A-Z][A-Za-z0-9]*$'. Note test
Check notice
Code scanning / Scalastyle (reported by Codacy)
Field name does not match the regular expression '^[A-Z][A-Za-z0-9]*$'. Note test
Check notice
Code scanning / Scalastyle (reported by Codacy)
Field name does not match the regular expression '^[A-Z][A-Za-z0-9]*$'. Note test
Check notice
Code scanning / Scalastyle (reported by Codacy)
The string literal "baz" appears 7 times in the file. Note test
Check warning
Code scanning / Codacy-scalameta-pro (reported by Codacy)
Prohibits usage of duplicated string literals. Warning test
Check notice
Code scanning / Scalastyle (reported by Codacy)
The string literal "qux" appears 3 times in the file. Note test
Check warning
Code scanning / Codacy-scalameta-pro (reported by Codacy)
Prohibits usage of duplicated string literals. Warning test
Check notice
Code scanning / Scalastyle (reported by Codacy)
Field name does not match the regular expression '^[A-Z][A-Za-z0-9]*$'. Note test
Check notice
Code scanning / Scalastyle (reported by Codacy)
The string literal "bar" appears 7 times in the file. Note test
Check warning
Code scanning / Codacy-scalameta-pro (reported by Codacy)
Prohibits usage of duplicated string literals. Warning test
Check notice
Code scanning / Scalastyle (reported by Codacy)
The string literal "foo" appears 2 times in the file. Note test
Check warning
Code scanning / Codacy-scalameta-pro (reported by Codacy)
Prohibits usage of duplicated string literals. Warning test
Check notice
Code scanning / Scalastyle (reported by Codacy)
The string literal "1" appears 4 times in the file. Note test
Check warning
Code scanning / Codacy-scalameta-pro (reported by Codacy)
Prohibits usage of duplicated string literals. Warning test
Check notice
Code scanning / Scalastyle (reported by Codacy)
The string literal "2" appears 4 times in the file. Note test
Check warning
Code scanning / Codacy-scalameta-pro (reported by Codacy)
Prohibits usage of duplicated string literals. Warning test
Check notice
Code scanning / Scalastyle (reported by Codacy)
The string literal "3" appears 4 times in the file. Note test
Check warning
Code scanning / Codacy-scalameta-pro (reported by Codacy)
Prohibits usage of duplicated string literals. Warning test
Check notice
Code scanning / Scalastyle (reported by Codacy)
The string literal "A" appears 4 times in the file. Note test
Check warning
Code scanning / Codacy-scalameta-pro (reported by Codacy)
Prohibits usage of duplicated string literals. Warning test
Check warning on line 21 in modules/standard/src/main/scala/cats/xml/std/nodeSeqConverter.scala
Codecov / codecov/patch
modules/standard/src/main/scala/cats/xml/std/nodeSeqConverter.scala#L21