Skip to content

Commit

Permalink
Address SC's code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedsamehsalah committed Jul 16, 2023
1 parent 7e8b6a4 commit 789afbf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
@AutoService(BugChecker.class)
@BugPattern(
summary =
"Avoid nesting `Publisher`s inside `Publishers`s; the resultant code is hard to reason about",
"Avoid nesting `Publisher`s inside `Publishers`s; "
+ "the resultant code is hard to reason about",
link = BUG_PATTERNS_BASE_URL + "NestedPublishers",
linkType = CUSTOM,
severity = WARNING,
Expand Down

0 comments on commit 789afbf

Please sign in to comment.