russHyde / dupree

{dupree} helps identify code blocks that have a high level of similarity in a set of R files
https://russhyde.github.io/dupree/
Other
37 stars 0 forks source link

Replace pr-commands.yaml with pre-commit rules #83

Open russHyde opened 1 year ago

russHyde commented 1 year ago

Aim, to ensure that styler::style_pkg() and devtools::document() are ran on every commit. This should keep the code clean, and is more hands off than having PR discussion commands for styling and documenting the code.

russHyde commented 1 year ago

Note there have been some issues doing this.