Logo
Explore Help
Sign In
zhangyiss/YouPlot
1
0
Fork 0
You've already forked YouPlot
mirror of https://github.com/red-data-tools/YouPlot.git synced 2025-10-03 06:08:10 +08:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
feat/introduce_rbs
YouPlot/Steepfile

9 lines
177 B
Plaintext
Raw Permalink Normal View History

feat: add Steepfile with the minimum configuration This file indicates that type definition files are placed in the `sig` directory and the actual implementation files that I want to define types for are located in the `lib` directory. Additionally, it is configured to disable type error checking so as not to raise much errors.
2025-04-28 22:11:31 +09:00
D = Steep::Diagnostic
target :lib do
signature "sig"
check "lib" # Directory name to check
configure_code_diagnostics(D::Ruby.silent) # `silent` diagnostics setting
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 201ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API