Skip to content

Commit 7875354

Browse files
(PUP-11767) Disable Style/DateTime
1 parent 42cd8f6 commit 7875354

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.rubocop_todo.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,10 @@ Style/CommentedKeyword:
341341
Style/ConditionalAssignment:
342342
Enabled: false
343343

344-
# This cop supports safe auto-correction (--auto-correct).
344+
# Enabling this would require reworking Puppet's use of DateTime's #rfc2822, #httptime, and _strptime
345+
Style/DateTime:
346+
Enabled: false
347+
345348
Style/DefWithParentheses:
346349
Enabled: false
347350

0 commit comments

Comments
 (0)