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

Add support for IntelliJ's "Reformat Code" command #35

Merged
merged 4 commits into from
Mar 31, 2023

Conversation

dirkgroot
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Mar 31, 2023

Codecov Report

Merging #35 (d7b9a69) into main (0093f04) will increase coverage by 17.01%.
The diff coverage is 97.61%.

@@             Coverage Diff             @@
##             main      #35       +/-   ##
===========================================
+ Coverage   58.64%   75.66%   +17.01%     
===========================================
  Files          29       31        +2     
  Lines         636      678       +42     
  Branches      199      203        +4     
===========================================
+ Hits          373      513      +140     
+ Misses        194       95       -99     
- Partials       69       70        +1     
Impacted Files Coverage Δ
...otlin/nl/dirkgroot/structurizr/dsl/lang/SDBlock.kt 96.77% <96.77%> (ø)
...t/structurizr/dsl/lang/SDFormattingModelBuilder.kt 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dirkgroot dirkgroot marked this pull request as ready for review March 31, 2023 10:26
- Move formatting tests to a separate `formatter` package
- Rename `StructurizrDSLParserTest` to `StructurizrDSLCodeInsightTest`,
  because it can be used for more than just testing the parser
@dirkgroot dirkgroot merged commit 926f328 into main Mar 31, 2023
@dirkgroot dirkgroot deleted the add-auto-formatting branch March 31, 2023 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant