Wolfgang Teuber
Wolfgang Teuber
This is a refactoring PR - there a no functional changes to the previous version. * Update mutant config * Update rubocop config * Set Rubocop TargetRubyVersion to required_ruby_version defined...
[Dynamic fixtures with ERB](https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html) are available in Rails for very long. It allows including ERB in fixture YAML files. `annotaterb models` runs into a `Psych::SyntaxError` for [Dynamic fixtures with ERB]....
This PR allows **Annotate** to recognize and keep Sorbet's [static checks](https://sorbet.org/docs/static) sigils. Diff after running `annotate` for models and routes with Sorbet static check sigils: **Before** ```diff -# typed: true...