Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(template): Add more filters around case conversion #105

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

lquerel
Copy link
Contributor

@lquerel lquerel commented Apr 12, 2024

New custom filters:

  • lowercase: Converts a string to lowercase.
  • UPPERCASE: Converts a string to UPPERCASE.
  • TitleCase: Converts a string to TitleCase.
  • PascalCase: Converts a string to PascalCase.
  • camelCase: Converts a string to camelCase.
  • snake_case: Converts a string to snake_case.
  • SCREAMING_SNAKE_CASE: Converts a string to SCREAMING_SNAKE_CASE.
  • kebab-case: Converts a string to kebab-case.
  • SCREAMING-KEBAB-CASE: Converts a string to SCREAMING-KEBAB-CASE.

@lquerel lquerel requested a review from jsuereth as a code owner April 12, 2024 16:53
@lquerel lquerel self-assigned this Apr 12, 2024
@lquerel lquerel added the enhancement New feature or request label Apr 12, 2024
Copy link

codecov bot commented Apr 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.6%. Comparing base (1a594d8) to head (29361e9).

Additional details and impacted files
@@           Coverage Diff           @@
##            main    #105     +/-   ##
=======================================
+ Coverage   63.6%   64.6%   +0.9%     
=======================================
  Files         56      56             
  Lines       3284    3299     +15     
=======================================
+ Hits        2091    2132     +41     
+ Misses      1193    1167     -26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lquerel lquerel merged commit 516dbbf into open-telemetry:main Apr 12, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants