1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2023-03-02 20:56:34 UTC using RuboCop version 1.47.0.
3
+ # on 2023-07-26 19:57:49 UTC using RuboCop version 1.47.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
@@ -77,16 +77,6 @@ Style/GlobalStdStream:
77
77
- ' spec/database_adapters/activerecord/activerecord.rb'
78
78
- ' tasks/db.rake'
79
79
80
- # Offense count: 18
81
- # This cop supports safe autocorrection (--autocorrect).
82
- # Configuration parameters: EnforcedStyle, EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
83
- # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
84
- # SupportedShorthandSyntax: always, never, either, consistent
85
- Style/HashSyntax :
86
- Exclude :
87
- - ' lib/slack-ruby-bot-server/api/endpoints/teams_endpoint.rb'
88
- - ' lib/slack-ruby-bot-server/models/team/methods.rb'
89
-
90
80
# Offense count: 1
91
81
# This cop supports unsafe autocorrection (--autocorrect-all).
92
82
Style/HashTransformKeys :
@@ -99,6 +89,12 @@ Style/HashTransformValues:
99
89
Exclude :
100
90
- ' lib/slack-ruby-bot-server/api/helpers/error_helpers.rb'
101
91
92
+ # Offense count: 2
93
+ # This cop supports unsafe autocorrection (--autocorrect-all).
94
+ Style/MapToHash :
95
+ Exclude :
96
+ - ' spec/support/api/endpoints/it_behaves_like_a_cursor_api.rb'
97
+
102
98
# Offense count: 1
103
99
# This cop supports unsafe autocorrection (--autocorrect-all).
104
100
# Configuration parameters: EnforcedStyle, Autocorrect.
0 commit comments