|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2020-11-15 22:07:57 UTC using RuboCop version 1.3.0. |
| 3 | +# on 2020-11-22 17:19:23 UTC using RuboCop version 1.3.1. |
4 | 4 | # The point is for the user to remove these configuration records |
5 | 5 | # one by one as the offenses are removed from the code base. |
6 | 6 | # Note that changes in the inspected code, or installation of new |
7 | 7 | # versions of RuboCop, may require this file to be generated again. |
8 | 8 |
|
9 | | -# Offense count: 1 |
| 9 | +# Offense count: 2 |
10 | 10 | # Cop supports --auto-correct. |
11 | 11 | # Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include. |
12 | 12 | # Include: **/*.gemfile, **/Gemfile, **/gems.rb |
13 | 13 | Bundler/OrderedGems: |
14 | 14 | Exclude: |
15 | 15 | - 'Gemfile' |
16 | 16 |
|
17 | | -# Offense count: 2 |
18 | | -# Cop supports --auto-correct. |
19 | | -# Configuration parameters: AllowAliasSyntax, AllowedMethods. |
20 | | -# AllowedMethods: alias_method, public, protected, private |
21 | | -Layout/EmptyLinesAroundAttributeAccessor: |
| 17 | +# Offense count: 1 |
| 18 | +Lint/MissingSuper: |
22 | 19 | Exclude: |
23 | | - - 'slack-shellbot/models/current_directory_entry.rb' |
24 | | - - 'slack-shellbot/models/parent_directory_entry.rb' |
| 20 | + - 'lib/commands/base.rb' |
25 | 21 |
|
26 | 22 | # Offense count: 8 |
27 | 23 | Lint/MixedRegexpCaptureTypes: |
28 | 24 | 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' |
| 25 | + - 'lib/commands/cat.rb' |
| 26 | + - 'lib/commands/cd.rb' |
| 27 | + - 'lib/commands/echo.rb' |
| 28 | + - 'lib/commands/mkdir.rb' |
| 29 | + - 'lib/commands/rm.rb' |
| 30 | + - 'lib/commands/rmdir.rb' |
| 31 | + - 'lib/commands/touch.rb' |
| 32 | + - 'lib/commands/vi.rb' |
37 | 33 |
|
38 | 34 | # Offense count: 2 |
39 | 35 | # Cop supports --auto-correct. |
40 | 36 | Lint/NonDeterministicRequireOrder: |
41 | 37 | Exclude: |
42 | | - - 'slack-shellbot.rb' |
| 38 | + - 'app.rb' |
43 | 39 | - 'spec/spec_helper.rb' |
44 | 40 |
|
45 | 41 | # Offense count: 1 |
46 | 42 | # Configuration parameters: AllowComments. |
47 | 43 | Lint/SuppressedException: |
48 | 44 | Exclude: |
49 | | - - 'slack-shellbot/models/vi_program.rb' |
50 | | - |
51 | | -# Offense count: 1 |
52 | | -# Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, Regex, IgnoreExecutableScripts, AllowedAcronyms. |
53 | | -# 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 |
54 | | -Naming/FileName: |
55 | | - Exclude: |
56 | | - - 'slack-shellbot.rb' |
| 45 | + - 'lib/models/vi_program.rb' |
57 | 46 |
|
58 | 47 | # Offense count: 2 |
59 | 48 | # Configuration parameters: ForbiddenDelimiters. |
60 | 49 | # ForbiddenDelimiters: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$)) |
61 | 50 | Naming/HeredocDelimiterNaming: |
62 | 51 | Exclude: |
63 | | - - 'slack-shellbot/commands/help.rb' |
64 | | - - 'slack-shellbot/info.rb' |
| 52 | + - 'lib/commands/help.rb' |
| 53 | + - 'lib/info.rb' |
65 | 54 |
|
66 | | -# Offense count: 19 |
| 55 | +# Offense count: 17 |
67 | 56 | # Cop supports --auto-correct. |
68 | 57 | # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. |
69 | 58 | # URISchemes: http, https |
70 | 59 | Layout/LineLength: |
71 | | - Max: 163 |
| 60 | + Max: 150 |
0 commit comments