From 847b4693e8096a15e3f650ed031deff5d8e22e77 Mon Sep 17 00:00:00 2001 From: Matheus Richard Date: Wed, 15 Dec 2021 19:03:08 -0300 Subject: [PATCH] Mention linters to avoid personal preference debates on PRs --- code-review/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code-review/README.md b/code-review/README.md index 9516f0e8..71c0a469 100644 --- a/code-review/README.md +++ b/code-review/README.md @@ -76,3 +76,7 @@ An example response to style comments: If you disagree with a guideline, open an issue on the guides repo rather than debating it within the code review. In the meantime, apply the guideline. +It's often helpful to set up a linter like [standard] to automatically format code +and avoid debating personal preferences on PRs. + +[standard]: https://github.com/testdouble/standard