Skip to content

Commit

Permalink
Allow Steep errors as in 6.0
Browse files Browse the repository at this point in the history
resolved #619

Add of _test/metadata.yaml and _test/steep_expectations.yml to activerecord 6.1 as in 6.0.

These files are added in #598
  • Loading branch information
rhiroe committed Jul 28, 2024
1 parent 0bf03b9 commit c2f4c7e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gems/activerecord/6.1/_test/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
additional_gems:
- actionpack
13 changes: 13 additions & 0 deletions gems/activerecord/6.1/_test/steep_expectations.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
- file: activerecord-generated.rb
diagnostics:
- range:
start:
line: 1
character: 6
end:
line: 1
character: 10
severity: ERROR
message: Cannot find implementation of method `::User#articles`
code: Ruby::MethodDefinitionMissing

0 comments on commit c2f4c7e

Please sign in to comment.