Open pre-commit related files
NULL
(invisibly). The function is called for its side effects.
open_config()
: opens the pre-commit config file.
open_wordlist()
: opens the the WORDLIST file for the check-spelling hook
in inst/WORDLIST.
Other helpers:
use_precommit()
if (FALSE) { # \dontrun{
open_config()
} # }
if (FALSE) { # \dontrun{
open_wordlist()
} # }