Skip to content

Commit

Permalink
Fix rubocop warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
  • Loading branch information
diogot committed Mar 4, 2019
1 parent 0d72192 commit 9bd79aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions .rubocop_todo.yml
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion rakelib
Submodule rakelib updated 5 files
+1 −1 Gemfile
+3 −3 main.rake
+7 −0 setup.rake
+1 −0 swiftgen.rake
+25 −24 xcode.rake

0 comments on commit 9bd79aa

Please sign in to comment.