Disallow all uses of OpenStruct in production and test code
The following discussion from !70609 (merged) should be addressed:
-
@alexkalderimis started a discussion: (+2 comments) I can only find one class that inherits from
OpenStruct
(tooling/rspec_flaky/flaky_example.rb
).I would suggest that we just change this section to the prohibition "do not inherit from
OpenStruct
", add a cop to prevent it and fixFlakyExample
.