No articles match
Available Hooks11 days ago
Good to know | Hooks | style-files | readme-rmd-rendered | parsable-R | parsable-roxygen | no-browser-statement | no-print-statement | no-debug-statement | spell-check | roxygenize | deps-in-desc | use-tidy-description | lintr | codemeta-description-updated | pkgdown | renv-lockfile-validate
Third-party integrations9 months ago
testing2 years ago
Customizing styler2 years ago
How styler works | Implementation details | Showcasing the development of a styling rule | Cache invalidation
The effect of strict = FALSE2 years ago
Distribute custom style guides2 years ago
Reference implementations | Design patterns
hook-order2 years ago
Rules for editing this document | Hooks with dependencies | Read and write | Read only
Get started2 years ago
Entry-points | Passing arguments to the style guide | Invasiveness | scope: What to style? | How strict do you want styler to be? | Ignoring certain lines | Caching | Dry mode | More configuration options | Roxygen code example styling | Custom math token spacing | Custom indention | Custom style guides
Alignment detection3 years ago
Overview | Examples | Details | Function calls | Comments | Assignment
Caching3 years ago
Remove rules3 years ago
Theory | Practice | Some other rules and their transformers
Continuous Integration4 years ago
Setting up CI | Emulate a CI run locally | Comparison | pre-commit.ci | GitHub Actions
FAQ4 years ago
It's broken. Missing packages etc. How do I fix it? | How does it work? What's the magic? | How are hooks accessed? What happens if there's no internet connection? | Why do some hooks not give me the same results as running the command interactively? | Can you use it outside RStudio? | Can I use the hooks provided in this package without installing the R package? | How can I make sure that my contributors are using the hooks? | Should I list {precommit} as a dependency of my package in DESCRIPTION? | What if not all people who are committing to this repo want to use the hooks? | How does one create a new pre-commit hook?
precommit4 years ago
Installation | Usage | Caution | Update | Uninstallation
Why is this useful?4 years ago
Why use pre-commit hooks? | Why use the pre-commit framework?