11# This configuration was generated by
22# `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.
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
@@ -77,16 +77,6 @@ Style/GlobalStdStream:
7777 - ' spec/database_adapters/activerecord/activerecord.rb'
7878 - ' tasks/db.rake'
7979
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-
9080# Offense count: 1
9181# This cop supports unsafe autocorrection (--autocorrect-all).
9282Style/HashTransformKeys :
@@ -99,6 +89,12 @@ Style/HashTransformValues:
9989 Exclude :
10090 - ' lib/slack-ruby-bot-server/api/helpers/error_helpers.rb'
10191
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+
10298# Offense count: 1
10399# This cop supports unsafe autocorrection (--autocorrect-all).
104100# Configuration parameters: EnforcedStyle, Autocorrect.
0 commit comments