apache / hudi-rs

A native Rust library for Apache Hudi, with bindings into Python
https://hudi.apache.org/
Apache License 2.0
153 stars 32 forks source link

chore(ci): fix PR title linting to support change scope #138

Closed kazdy closed 2 months ago

kazdy commented 2 months ago

Description

line 3: syntax error near unexpected token '('

The syntax error near the unexpected token '(') is due to the parentheses being treated as part of the shell's syntax. Enclosing the entire string in quotes should fix it.

fixes: #136

How are the changes test-covered

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.77%. Comparing base (869607d) to head (f772727). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #138 +/- ## ======================================= Coverage 87.77% 87.77% ======================================= Files 14 14 Lines 728 728 ======================================= Hits 639 639 Misses 89 89 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.