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

fix(formatter): added quotes to json keys, added option to disable se… #683

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

christopherpickering
Copy link
Contributor

…t/function formatting

closes #682

Pull Request Check List

Resolves: #issue-number-here

  • Added tests for changed code.
  • Updated documentation for changed code.

@netlify
Copy link

netlify bot commented Jun 2, 2023

Deploy Preview for djlint ready!

Name Link
🔨 Latest commit 6f7df03
🔍 Latest deploy log https://app.netlify.com/sites/djlint/deploys/647a36f117f53d000840e945
😎 Deploy Preview https://deploy-preview-683--djlint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov
Copy link

codecov bot commented Jun 2, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.08 ⚠️

Comparison is base (6d5a443) 95.66% compared to head (6f7df03) 95.59%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #683      +/-   ##
==========================================
- Coverage   95.66%   95.59%   -0.08%     
==========================================
  Files          32       16      -16     
  Lines        2032     1022    -1010     
  Branches      503      276     -227     
==========================================
- Hits         1944      977     -967     
+ Misses         60       31      -29     
+ Partials       28       14      -14     
Impacted Files Coverage Δ
src/djlint/__init__.py 95.93% <100.00%> (+0.06%) ⬆️
src/djlint/formatter/indent.py 98.54% <100.00%> (+0.02%) ⬆️
src/djlint/settings.py 92.55% <100.00%> (+0.06%) ⬆️

... and 16 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@christopherpickering christopherpickering merged commit e964fca into master Jun 2, 2023
@christopherpickering
Copy link
Contributor Author

🎉 This PR is included in version 1.30.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] [Formatter] Formating of {% set = .. %} generate unparsable result for Jina2
1 participant