|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2016-07-01 09:34:39 +0100 using RuboCop version 0.40.0. |
| 3 | +# on 2018-05-06 23:29:13 -0400 using RuboCop version 0.55.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 | | -Lint/RescueException: |
| 9 | +# Offense count: 3 |
| 10 | +# Cop supports --auto-correct. |
| 11 | +# Configuration parameters: EnforcedStyle. |
| 12 | +# SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent |
| 13 | +Layout/IndentHeredoc: |
11 | 14 | Exclude: |
12 | | - - 'lib/slack-ruby-bot-server/app.rb' |
13 | | - |
14 | | -# Offense count: 9 |
15 | | -Metrics/AbcSize: |
16 | | - Max: 33 |
17 | | - |
18 | | -# Offense count: 1 |
19 | | -# Configuration parameters: CountComments. |
20 | | -Metrics/ClassLength: |
21 | | - Max: 117 |
| 15 | + - 'lib/slack-ruby-bot-server/info.rb' |
| 16 | + - 'sample_apps/sample_app_activerecord/commands/help.rb' |
| 17 | + - 'sample_apps/sample_app_mongoid/commands/help.rb' |
22 | 18 |
|
23 | 19 | # Offense count: 2 |
24 | | -Metrics/CyclomaticComplexity: |
25 | | - Max: 11 |
26 | | - |
27 | | -# Offense count: 68 |
28 | | -# Configuration parameters: AllowHeredoc, AllowURI, URISchemes. |
29 | | -# URISchemes: http, https |
30 | | -Metrics/LineLength: |
31 | | - Max: 163 |
32 | | - |
33 | | -# Offense count: 8 |
34 | | -# Configuration parameters: CountComments. |
35 | | -Metrics/MethodLength: |
36 | | - Max: 23 |
37 | | - |
38 | | -# Offense count: 2 |
39 | | -Metrics/PerceivedComplexity: |
40 | | - Max: 11 |
41 | | - |
42 | | -# Offense count: 25 |
43 | | -Style/Documentation: |
44 | | - Enabled: false |
45 | | - |
46 | | -# Offense count: 2 |
47 | | -# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts. |
48 | | -Style/FileName: |
| 20 | +# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms. |
| 21 | +# 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 |
| 22 | +Naming/FileName: |
49 | 23 | Exclude: |
50 | 24 | - 'lib/slack-ruby-bot-server.rb' |
51 | 25 | - 'lib/slack-ruby-bot-server/ext/slack-ruby-bot.rb' |
52 | 26 |
|
| 27 | +# Offense count: 3 |
| 28 | +# Configuration parameters: Blacklist. |
| 29 | +# Blacklist: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$)) |
| 30 | +Naming/HeredocDelimiterNaming: |
| 31 | + Exclude: |
| 32 | + - 'lib/slack-ruby-bot-server/info.rb' |
| 33 | + - 'sample_apps/sample_app_activerecord/commands/help.rb' |
| 34 | + - 'sample_apps/sample_app_mongoid/commands/help.rb' |
| 35 | + |
53 | 36 | # Offense count: 1 |
| 37 | +# Cop supports --auto-correct. |
| 38 | +# Configuration parameters: EnforcedStyle. |
| 39 | +# SupportedStyles: module_function, extend_self |
54 | 40 | Style/ModuleFunction: |
55 | 41 | Exclude: |
56 | 42 | - 'lib/slack-ruby-bot-server/config.rb' |
0 commit comments