Skip to content

Commit c2964bd

Browse files
committed
validate skip_src_check in libraries config
1 parent 223b2e7 commit c2964bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/bashly/library_source_config.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def assert_lib(key, value)
3434
assert_optional_string "#{key}.usage", value['usage']
3535
assert_optional_string "#{key}.handler", value['handler']
3636
assert_optional_string "#{key}.post_install_message", value['post_install_message']
37+
assert_boolean "#{key}.skip_src_check", value['skip_src_check']
3738

3839
return if value['handler']
3940

0 commit comments

Comments
 (0)