kaigionrails / conference-app

Conference app
https://app.kaigionrails.org
MIT License
29 stars 22 forks source link

sig: Adjust log level of UnknownInstanceVariable to hint #351

Open tk0miya opened 18 hours ago

tk0miya commented 18 hours ago

RBS::Inline does not generate prototype signature for instance variables. Therefore Steep emits UnknownInstanceVariable to our code using instance variables.

This adjust the log level of the diagnostics to hint.

Sorry, this must be included in https://github.com/kaigionrails/conference-app/pull/345. I forget to add this.