From 5e0fd27382649e5066539746a4ee9558c552737e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuli=20Sepp=C3=A4nen?= Date: Mon, 23 Jan 2023 10:40:20 +0200 Subject: [PATCH] Rubocop: exclude bin/* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This directory contains dynamically-created content, including rubocop itself. We don't want PDK to complain about those. Signed-off-by: Samuli Seppänen --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 53ac1898..0ed3ce50 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,3 +4,7 @@ inherit_gem: voxpupuli-test: rubocop.yml + +AllCops: + Exclude: + - bin/*