From 7cce24961edcaab24880e822377b16951b1c7842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 2 Oct 2020 14:57:20 +0200 Subject: [PATCH] Don't fail the build on "refactoring" offenses We're a bit more relaxed about these rules, particularly about the line length and so the build should still pass when these rules are broken. --- .pronto.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .pronto.yml diff --git a/.pronto.yml b/.pronto.yml new file mode 100644 index 000000000..07cc95343 --- /dev/null +++ b/.pronto.yml @@ -0,0 +1,4 @@ +rubocop: + suggestions: true + severities: + refactor: info