Skip to content

Commit

Permalink
Upgraded dependencies, including slack-ruby-bot-server-rtm.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Nov 15, 2020
1 parent 0bc7860 commit db40cb5
Show file tree
Hide file tree
Showing 10 changed files with 184 additions and 129 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
AllCops:
NewCops: enable
Exclude:
- vendor/**/*
- bin/**/*
Expand Down
41 changes: 36 additions & 5 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,59 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-11-16 11:18:35 -0500 using RuboCop version 0.76.0.
# on 2020-11-15 20:50:06 UTC using RuboCop version 1.3.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# 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
# Cop supports --auto-correct.
# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include.
# Include: **/*.gemfile, **/Gemfile, **/gems.rb
Bundler/OrderedGems:
Exclude:
- 'Gemfile'

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: AllowAliasSyntax, AllowedMethods.
# AllowedMethods: alias_method, public, protected, private
Layout/EmptyLinesAroundAttributeAccessor:
Exclude:
- 'slack-shellbot/models/current_directory_entry.rb'
- 'slack-shellbot/models/parent_directory_entry.rb'

# Offense count: 2
# Cop supports --auto-correct.
Lint/NonDeterministicRequireOrder:
Exclude:
- 'slack-shellbot.rb'
- 'spec/spec_helper.rb'

# Offense count: 1
# Configuration parameters: AllowComments.
Lint/HandleExceptions:
Lint/SuppressedException:
Exclude:
- 'slack-shellbot/models/vi_program.rb'

# Offense count: 1
# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms.
# Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, 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
Naming/FileName:
Exclude:
- 'slack-shellbot.rb'

# Offense count: 2
# Configuration parameters: Blacklist.
# Blacklist: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$))
# Configuration parameters: ForbiddenDelimiters.
# ForbiddenDelimiters: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$))
Naming/HeredocDelimiterNaming:
Exclude:
- 'slack-shellbot/commands/help.rb'
- 'slack-shellbot/info.rb'

# Offense count: 43
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 163
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem 'rack-robotz'
gem 'rack-server-pages'
gem 'slack-ruby-bot-server'
gem 'slack-ruby-bot-server-mailchimp'
gem 'slack-ruby-bot-server-rtm'
gem 'unicorn'

group :development, :test do
Expand Down
Loading

0 comments on commit db40cb5

Please sign in to comment.