Skip to content

feat: change schema.json indentation #735

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

Merged
merged 1 commit into from
Aug 2, 2025
Merged

feat: change schema.json indentation #735

merged 1 commit into from
Aug 2, 2025

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Aug 2, 2025

Conflicts frequently occur during schema changes due to schema.json not being indented.

Changes to JSON formatting:

  • Updated the json.New call in cmd/doc.go to use compact JSON formatting (false parameter), reducing unnecessary whitespace in the output.

@k1LoW k1LoW force-pushed the indent-schema-json branch from 4d9af7a to e57fdca Compare August 2, 2025 03:58

This comment has been minimized.

Copy link
Contributor

github-actions bot commented Aug 2, 2025

Code Metrics Report

#726 (eae14b2) #735 (fb76b24) +/-
Coverage 54.2% 54.2% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | #726 (eae14b2) | #735 (fb76b24) | +/-  |
  |--------------------|----------------|----------------|------|
  | Coverage           |          54.2% |          54.2% | 0.0% |
  |   Files            |             52 |             52 |    0 |
  |   Lines            |           4852 |           4852 |    0 |
  |   Covered          |           2634 |           2634 |    0 |
  | Code to Test Ratio |          1:0.4 |          1:0.4 |  0.0 |
  |   Code             |          10478 |          10478 |    0 |
  |   Test             |           4469 |           4469 |    0 |

Code coverage of files in pull request scope (0.0% → 0.0%)

Files Coverage +/- Status
cmd/doc.go 0.0% 0.0% modified

Reported by octocov

@k1LoW k1LoW merged commit b920f3c into main Aug 2, 2025
4 checks passed
@k1LoW k1LoW deleted the indent-schema-json branch August 2, 2025 04:05
@github-actions github-actions bot mentioned this pull request Aug 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant