This function is used check for any `browser()“ or commented #TODO / #TOFIX / #BUG in the code
Usage
sanity_check(golem_wd = get_golem_wd(), pkg)Arguments
- golem_wd
Path to the root of the package. Default is
get_golem_wd().- pkg
This argument has been replaced by
golem_wdand is kept here for backward compatibility. Providing a value to this argument has no effect: the value is silently ignored, andgolem_wdis used instead.