Skip to content

Commit

Permalink
Adjust diagnostics in Steepfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jun 4, 2024
1 parent a2a764c commit 5689606
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Steepfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ target :lib do
check "lib"

configure_code_diagnostics do |hash|
hash[D::Ruby::UnknownInstanceVariable] = :warning
hash[D::Ruby::NoMethod] = :warning
hash[D::Ruby::MethodDefinitionMissing] = :warning
hash[D::Ruby::UnknownInstanceVariable] = :error
hash[D::Ruby::MethodDefinitionMissing] = :error
end
end

Expand Down

0 comments on commit 5689606

Please sign in to comment.