Skip to content

Commit

Permalink
fix: downgrade @commitlint/config-conventional version (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
osama-salman99 authored Feb 5, 2024
1 parent 134e41d commit bd72308
Show file tree
Hide file tree
Showing 6 changed files with 6,591 additions and 4,005 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contribution-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Dependencies
run: npm install commitlint@latest @commitlint/config-conventional
run: npm install
- name: Run Pull Request Title Validation
uses: JulienKode/pull-request-name-linter-action@v0.5.0
- name: Run Latest Commit Message Validation
Expand Down
12 changes: 8 additions & 4 deletions expediagroup/sdk/core/constant/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,19 @@

NEW_TOKEN_EXPIRATION_TEMPLATE: str = "New token expires in {0} seconds"

HTTP_HEADERS_LOG_MESSAGE_TEMPLATE: str = dedent("""\tHeaders:
HTTP_HEADERS_LOG_MESSAGE_TEMPLATE: str = dedent(
"""\tHeaders:
\t--- BEGIN ---
{0}
\t--- END ---
""")
"""
)

HTTP_BODY_LOG_MESSAGE_TEMPLATE: str = dedent("""
HTTP_BODY_LOG_MESSAGE_TEMPLATE: str = dedent(
"""
\tBody:
\t--- BEGIN ---
{0}
\t--- END ---
""")
"""
)
Loading

0 comments on commit bd72308

Please sign in to comment.