Steepfile in rbs_rails-0.12.0 vs Steepfile in rbs_rails-0.12.1

- old
+ new

@@ -1,7 +1,12 @@ +D = Steep::Diagnostic target :lib do signature "sig" signature 'assets/sig' check "lib" # Directory name repo_path ENV['RBS_REPO_DIR'] if ENV['RBS_REPO_DIR'] + + configure_code_diagnostics do |hash| + hash[D::Ruby::UnreachableBranch] = :information + end end