mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 15:41:12 +08:00
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
![]() |
D = Steep::Diagnostic
|
||
|
|
||
|
target :lib do
|
||
|
signature "sig"
|
||
|
check "lib" # Directory name to check
|
||
|
|
||
|
configure_code_diagnostics(D::Ruby.silent) # `silent` diagnostics setting
|
||
|
end
|