normalize-syntax-rules 0.3.2

Syntax-based linting rules with tree-sitter queries
Documentation
1
2
3
# ruby/open-struct fixture

Fixture files for the `ruby/open-struct` syntax rule test. `match.rb` calls `OpenStruct.new`; `no_match.rb` uses `Struct.new`, `Data.define`, and other class instantiations which are not flagged.