You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: smithy-linters/src/test/resources/software/amazon/smithy/linters/errorfiles/should-have-used-timestamp.errors
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
[DANGER] example.namespace#OopsString: Shape `OopsString` is named like a timestamp but is a `string` shape. | ShouldHaveUsedTimestamp
12
12
[DANGER] example.namespace#StartedAt: Shape `StartedAt` is named like a timestamp but is a `string` shape. | ShouldHaveUsedTimestamp
13
13
[DANGER] example.namespace#StartedOn: Shape `StartedOn` is named like a timestamp but is a `string` shape. | ShouldHaveUsedTimestamp
14
+
[DANGER] example.namespace#IfModifiedSince: Shape `IfModifiedSince` is named like a timestamp but is a `string` shape. | ShouldHaveUsedTimestamp
14
15
[DANGER] example.namespace#Structure$OopsStructureMember: Member `OopsStructureMember` is named like a timestamp but references a `string` shape | ShouldHaveUsedTimestamp
15
16
[DANGER] example.namespace#TaggedUnion$OopsTaggedUnionMember: Member `OopsTaggedUnionMember` is named like a timestamp but references a `string` shape | ShouldHaveUsedTimestamp
16
17
[DANGER] example.namespace#Time: Shape `Time` is named like a timestamp but is a `string` shape. | ShouldHaveUsedTimestamp
Copy file name to clipboardExpand all lines: smithy-linters/src/test/resources/software/amazon/smithy/linters/errorfiles/should-have-used-timestamp.json
0 commit comments