IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
This rule raises an issue when the reversed() function is called with a sorted() as an argument.
reversed()
sorted()
The sorted() function has a reverse parameter that provides the same functionality as the reversed() function.
reverse