Skip to content

Commit

Permalink
feat(forge): Add support for minijinja py_compat extensions (e.g. sta…
Browse files Browse the repository at this point in the history
…rtswith, endswith, ...) (#239)
  • Loading branch information
lquerel authored Jul 15, 2024
1 parent 949dee7 commit ece8753
Show file tree
Hide file tree
Showing 88 changed files with 144 additions and 70 deletions.
134 changes: 73 additions & 61 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ redundant_feature_names = "warn"
ref_option_ref = "warn"
rest_pat_in_fully_bound_structs = "warn"
same_functions_in_if_condition = "warn"
self_named_module_files = "warn"
# disabled due to false positives
# self_named_module_files = "warn"
semicolon_if_nothing_returned = "warn"
single_match_else = "warn"
string_add = "warn"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@

[Getting started](#getting-started) | [Main commands](#main-commands) | [Generate Doc & Code](crates/weaver_forge/README.md) | [Architecture](docs/architecture.md) | [Change log](CHANGELOG.md) | [Contributing](CONTRIBUTING.md) | [Links](#links) |

> [!NOTE]
> Codegen authors, please refer to the following documentation to learn how to
> use Weaver for generating code from semantic conventions:
> - [Templates organization, integrated Jinja2 engine, list of supported filters/functions/tests](crates/weaver_forge/README.md)
> - [Weaver Configuration](docs/weaver-config.md)
## What is OpenTelemetry Weaver?

**OTel Weaver** is a comprehensive tool designed to enable developers to
Expand Down
Loading

0 comments on commit ece8753

Please sign in to comment.