From 9bd79aa38fdb6f560e4b7a442a26825cc64bb9c1 Mon Sep 17 00:00:00 2001 From: Diogo Tridapalli Date: Mon, 4 Mar 2019 15:40:15 -0300 Subject: [PATCH] Fix rubocop warnings Signed-off-by: Diogo Tridapalli --- .rubocop_todo.yml | 16 ---------------- rakelib | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 75d41c9..0cf1f1c 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,26 +6,10 @@ # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. -# Offense count: 1 -# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms. -# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS -Style/FileName: - Exclude: - - 'Dangerfile' - # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: when_needed, always, never Style/FrozenStringLiteralComment: Exclude: - - 'Dangerfile' - 'Podfile' - -# Offense count: 2 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -# SupportedStyles: only_raise, only_fail, semantic -Style/SignalException: - Exclude: - - 'Dangerfile' diff --git a/rakelib b/rakelib index 656ff29..369e0b7 160000 --- a/rakelib +++ b/rakelib @@ -1 +1 @@ -Subproject commit 656ff29f8f1e7b67df91634e2d582e4cbe370b7a +Subproject commit 369e0b75b2c2885c5bd6285b9f08000e4d415ac2