Skip to content

Commit

Permalink
rubocop:disable Metrics/ClassLength
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyogix committed Aug 27, 2024
1 parent 7b3eac9 commit 263b4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/slack_modal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require "yaml"

# @see https://api.slack.com/surfaces/modals
class SlackModal
class SlackModal # rubocop:disable Metrics/ClassLength
SELECT_DATE_RANGE_NUM = 90
SELECT_TIME_HOUR_START = 8
SELECT_TIME_HOUR_END = 21
Expand Down

0 comments on commit 263b4e1

Please sign in to comment.