Skip to content

Commit

Permalink
add emoji to Note to make it more prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun committed Jan 11, 2024
1 parent c2003c8 commit b01953b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/data-api-differ/internal/views/resource_id_segments.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ No new Resource ID Segments containing Static Identifiers were identified in the
The following new Static Identifiers were detected from the set of changes (new/updated Resource IDs).
> Note: Resource ID segments should **always** be 'camelCased' and not 'TitleCased', 'lowercased' or 'kebab-cased'.
> ⚠️ Note: Resource ID segments should **always** be 'camelCased' and not 'TitleCased', 'lowercased' or 'kebab-cased'.
Please review the following list of Static Identifiers:
Expand All @@ -82,7 +82,7 @@ Please review the following list of Static Identifiers:
---
> Note: Resource ID segments should **always** be 'camelCased' and not 'TitleCased', 'lowercased' or 'kebab-cased'.
> ⚠️ Note: Resource ID segments should **always** be 'camelCased' and not 'TitleCased', 'lowercased' or 'kebab-cased'.
`, strings.Join(lines, "\n"))
output = strings.ReplaceAll(output, "'", "`")
//TODO: add a "see the link for how to fix this" to the comment above when the associated documentation is available
Expand Down

0 comments on commit b01953b

Please sign in to comment.