G4143
Results
2
issues of
G4143
If I try to access/create the structure Inode from a separate module(separate source file) I get an error from the plugin but Elixir will compile the code without compliant. ```...
In your enclosed examples of mapping optional types, you don't have an example which maps a Some[value] to a None. How do you accomplish that? Some["caterpillar!"].map(&:upcase) # => Some["CATERPILLAR!"] None.map(&:upcase)...