Skip to content

Commit

Permalink
feat(pkg/config): change to case insensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
amazing-gao committed Oct 22, 2024
1 parent f1c5033 commit dca6420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/reader/json/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func newValues(ch *source.ChangeSet) (reader.Values, error) {
EscapeHTML: true,
SortMapKeys: true,
ValidateJsonRawMessage: true,
CaseSensitive: true,
CaseSensitive: false,
TagKey: defaultTagKey,
}.Froze()

Expand Down

0 comments on commit dca6420

Please sign in to comment.