1<!-- Generated with Stardoc: http://skydoc.bazel.build --> 2 3<a name="#check_sources"></a> 4 5## check_sources 6 7<pre> 8check_sources(<a href="#check_sources-name">name</a>, <a href="#check_sources-required_param">required_param</a>, <a href="#check_sources-bool_param">bool_param</a>, <a href="#check_sources-srcs">srcs</a>, <a href="#check_sources-string_param">string_param</a>, <a href="#check_sources-int_param">int_param</a>, <a href="#check_sources-dict_param">dict_param</a>, 9 <a href="#check_sources-struct_param">struct_param</a>) 10</pre> 11 12Runs some checks on the given source files. 13 14This rule runs checks on a given set of source files. 15Use `bazel build` to run the check. 16 17 18**PARAMETERS** 19 20 21| Name | Description | Default Value | 22| :-------------: | :-------------: | :-------------: | 23| name | A unique name for this rule. | none | 24| required_param | Use your imagination. | none | 25| bool_param | <p align="center"> - </p> | <code>True</code> | 26| srcs | Source files to run the checks against. | <code>[]</code> | 27| string_param | <p align="center"> - </p> | <code>""</code> | 28| int_param | Your favorite number. | <code>2</code> | 29| dict_param | <p align="center"> - </p> | <code>{}</code> | 30| struct_param | <p align="center"> - </p> | <code>struct(foo = "bar")</code> | 31 32 33<a name="#undocumented_function"></a> 34 35## undocumented_function 36 37<pre> 38undocumented_function(<a href="#undocumented_function-a">a</a>, <a href="#undocumented_function-b">b</a>, <a href="#undocumented_function-c">c</a>) 39</pre> 40 41 42 43**PARAMETERS** 44 45 46| Name | Description | Default Value | 47| :-------------: | :-------------: | :-------------: | 48| a | <p align="center"> - </p> | none | 49| b | <p align="center"> - </p> | none | 50| c | <p align="center"> - </p> | none | 51 52 53