From cf40efb2f66d16fa1000985c4d12fdc2db6209c6 Mon Sep 17 00:00:00 2001 From: Francois Buys Date: Tue, 19 Oct 2021 16:37:26 +0200 Subject: [PATCH] Add local linting instruction to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4bcc314..4fe1bc9 100644 --- a/README.md +++ b/README.md @@ -548,6 +548,12 @@ Or run the test suite: bundle exec rspec +We do make use of Rubocop with StandardRB rules. +You can lint the project locally as follows: + bundle exec rubocop +Or to ignore offences that still need fixing: + bundle exec rubocop -c .rubocop_with_todo.yml + Special Thanks --------------