Skip to content

Support multiline ignores in table fields#707

Merged
JohnnyMorganz merged 4 commits intomainfrom
multiline-ignore-in-table
Jun 7, 2023
Merged

Support multiline ignores in table fields#707
JohnnyMorganz merged 4 commits intomainfrom
multiline-ignore-in-table

Conversation

@JohnnyMorganz
Copy link
Owner

Closes #705

@codecov
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (16d167a) 97.55% compared to head (4c56680) 97.56%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #707   +/-   ##
=======================================
  Coverage   97.55%   97.56%           
=======================================
  Files          16       16           
  Lines        6103     6118   +15     
=======================================
+ Hits         5954     5969   +15     
  Misses        149      149           
Impacted Files Coverage Δ
src/formatters/table.rs 98.75% <100.00%> (+0.02%) ⬆️

... and 1 file 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.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2023

Repo Comparison Test

diff --git ORI/zombie-strike/src/mission/ReplicatedStorage/BossSequences/3.lua ALT/zombie-strike/src/mission/ReplicatedStorage/BossSequences/3.lua
index 857eca0..9ad835e 100644
--- ORI/zombie-strike/src/mission/ReplicatedStorage/BossSequences/3.lua
+++ ALT/zombie-strike/src/mission/ReplicatedStorage/BossSequences/3.lua
@@ -44,13 +44,15 @@ local function animateUp(boss, camera)
 				firePreview.CFrame = start:Lerp(goal, alpha)
 			end
 
-			TweenService:Create(
-				firePreview,
-				TweenInfo.new(BOSS_ARRIVE_TIME, Enum.EasingStyle.Exponential, Enum.EasingDirection.In),
-				{
-					Transparency = 0,
-				}
-			):Play()
+			TweenService
+				:Create(
+					firePreview,
+					TweenInfo.new(BOSS_ARRIVE_TIME, Enum.EasingStyle.Exponential, Enum.EasingDirection.In),
+					{
+						Transparency = 0,
+					}
+				)
+				:Play()
 
 			wait(BOSS_ARRIVE_TIME)
 

@JohnnyMorganz JohnnyMorganz merged commit d3659f3 into main Jun 7, 2023
@JohnnyMorganz JohnnyMorganz deleted the multiline-ignore-in-table branch June 7, 2023 18:37
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.

doesn't respect -- stylua: ignore start when it is in a multiline bracket

2 participants