|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2019-11-16 11:18:35 -0500 using RuboCop version 0.76.0. |
| 3 | +# on 2020-11-15 20:50:06 UTC using RuboCop version 1.3.0. |
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 |
| 10 | +# Cop supports --auto-correct. |
| 11 | +# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include. |
| 12 | +# Include: **/*.gemfile, **/Gemfile, **/gems.rb |
| 13 | +Bundler/OrderedGems: |
| 14 | + Exclude: |
| 15 | + - 'Gemfile' |
| 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: |
| 22 | + Exclude: |
| 23 | + - 'slack-shellbot/models/current_directory_entry.rb' |
| 24 | + - 'slack-shellbot/models/parent_directory_entry.rb' |
| 25 | + |
| 26 | +# Offense count: 2 |
| 27 | +# Cop supports --auto-correct. |
| 28 | +Lint/NonDeterministicRequireOrder: |
| 29 | + Exclude: |
| 30 | + - 'slack-shellbot.rb' |
| 31 | + - 'spec/spec_helper.rb' |
| 32 | + |
9 | 33 | # Offense count: 1 |
10 | 34 | # Configuration parameters: AllowComments. |
11 | | -Lint/HandleExceptions: |
| 35 | +Lint/SuppressedException: |
12 | 36 | Exclude: |
13 | 37 | - 'slack-shellbot/models/vi_program.rb' |
14 | 38 |
|
15 | 39 | # Offense count: 1 |
16 | | -# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms. |
| 40 | +# Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, Regex, IgnoreExecutableScripts, AllowedAcronyms. |
17 | 41 | # 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 |
18 | 42 | Naming/FileName: |
19 | 43 | Exclude: |
20 | 44 | - 'slack-shellbot.rb' |
21 | 45 |
|
22 | 46 | # Offense count: 2 |
23 | | -# Configuration parameters: Blacklist. |
24 | | -# Blacklist: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$)) |
| 47 | +# Configuration parameters: ForbiddenDelimiters. |
| 48 | +# ForbiddenDelimiters: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$)) |
25 | 49 | Naming/HeredocDelimiterNaming: |
26 | 50 | Exclude: |
27 | 51 | - 'slack-shellbot/commands/help.rb' |
28 | 52 | - 'slack-shellbot/info.rb' |
| 53 | + |
| 54 | +# Offense count: 43 |
| 55 | +# Cop supports --auto-correct. |
| 56 | +# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. |
| 57 | +# URISchemes: http, https |
| 58 | +Layout/LineLength: |
| 59 | + Max: 163 |
0 commit comments