We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223b2e7 commit c2964bdCopy full SHA for c2964bd
lib/bashly/library_source_config.rb
@@ -34,6 +34,7 @@ def assert_lib(key, value)
34
assert_optional_string "#{key}.usage", value['usage']
35
assert_optional_string "#{key}.handler", value['handler']
36
assert_optional_string "#{key}.post_install_message", value['post_install_message']
37
+ assert_boolean "#{key}.skip_src_check", value['skip_src_check']
38
39
return if value['handler']
40
0 commit comments