11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2020-11-15 20:50:06 UTC using RuboCop version 1.3.0.
3+ # on 2020-11-15 22:07:57 UTC using RuboCop version 1.3.0.
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
@@ -23,6 +23,18 @@ Layout/EmptyLinesAroundAttributeAccessor:
2323 - ' slack-shellbot/models/current_directory_entry.rb'
2424 - ' slack-shellbot/models/parent_directory_entry.rb'
2525
26+ # Offense count: 8
27+ Lint/MixedRegexpCaptureTypes :
28+ Exclude :
29+ - ' slack-shellbot/commands/cat.rb'
30+ - ' slack-shellbot/commands/cd.rb'
31+ - ' slack-shellbot/commands/echo.rb'
32+ - ' slack-shellbot/commands/mkdir.rb'
33+ - ' slack-shellbot/commands/rm.rb'
34+ - ' slack-shellbot/commands/rmdir.rb'
35+ - ' slack-shellbot/commands/touch.rb'
36+ - ' slack-shellbot/commands/vi.rb'
37+
2638# Offense count: 2
2739# Cop supports --auto-correct.
2840Lint/NonDeterministicRequireOrder :
@@ -51,7 +63,7 @@ Naming/HeredocDelimiterNaming:
5163 - ' slack-shellbot/commands/help.rb'
5264 - ' slack-shellbot/info.rb'
5365
54- # Offense count: 43
66+ # Offense count: 19
5567# Cop supports --auto-correct.
5668# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
5769# URISchemes: http, https
0 commit comments