Skip to content

Commit 416d4fb

Browse files
committed
ci/style: fix formatting
1 parent b042bde commit 416d4fb

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed

.github/workflows/formatter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
run: dotnet tool restore
4545

4646
- name: Format scripts
47-
run: dotnet format lc-hax
47+
run: |
48+
dotnet format lc-hax
49+
dotnet format analysers
4850
4951
- name: Set Git config
5052
run: |

analysers/CommandAnalyser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Linq;
1+
using System.Linq;
22
using System.Collections.Immutable;
33
using Microsoft.CodeAnalysis;
44
using Microsoft.CodeAnalysis.CSharp;

analysers/CommandCodeFix.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Linq;
1+
using System.Linq;
22
using System.Threading;
33
using System.Composition;
44
using System.Threading.Tasks;

analysers/PatchAnalyser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Linq;
1+
using System.Linq;
22
using System.Collections.Immutable;
33
using Microsoft.CodeAnalysis;
44
using Microsoft.CodeAnalysis.CSharp;

lc-hax/packages.lock.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
},
6767
"Microsoft.CodeAnalysis.Common": {
6868
"type": "Transitive",
69-
"resolved": "4.10.0",
70-
"contentHash": "7O4+dn0fNKykPpEB1i8/5EKzwD3fuu/shdbbnnsBmdiHMaBz6telOubDFwPwLQQ/PvOAWTFIWWTyAOmWvXRD2g==",
69+
"resolved": "4.11.0",
70+
"contentHash": "djf8ujmqYImFgB04UGtcsEhHrzVqzHowS+EEl/Yunc5LdrYrZhGBWUTXoCF0NzYXJxtfuD+UVQarWpvrNc94Qg==",
7171
"dependencies": {
7272
"Microsoft.CodeAnalysis.Analyzers": "3.3.4",
7373
"System.Buffers": "4.5.1",
@@ -82,11 +82,11 @@
8282
},
8383
"Microsoft.CodeAnalysis.CSharp": {
8484
"type": "Transitive",
85-
"resolved": "4.10.0",
86-
"contentHash": "iifqKy3KvCgPABHFbFlSxjEoE+OItZGuZ191NM/TWV750m1jMypr7BtrP65ET+OK2KNVupO8S8xCtxbNqw056A==",
85+
"resolved": "4.11.0",
86+
"contentHash": "6XYi2EusI8JT4y2l/F3VVVS+ISoIX9nqHsZRaG6W5aFeJ5BEuBosHfT/ABb73FN0RZ1Z3cj2j7cL28SToJPXOw==",
8787
"dependencies": {
8888
"Microsoft.CodeAnalysis.Analyzers": "3.3.4",
89-
"Microsoft.CodeAnalysis.Common": "[4.10.0]",
89+
"Microsoft.CodeAnalysis.Common": "[4.11.0]",
9090
"System.Buffers": "4.5.1",
9191
"System.Collections.Immutable": "8.0.0",
9292
"System.Memory": "4.5.5",
@@ -99,15 +99,15 @@
9999
},
100100
"Microsoft.CodeAnalysis.CSharp.Workspaces": {
101101
"type": "Transitive",
102-
"resolved": "4.10.0",
103-
"contentHash": "s8qbD2i3zdol8QNcrCVw9URW71DUdg1UF0XCxxIaQoYbdpcKVy2DG127560psiqLEKxAEWA/DOFwL9CY2qGq1g==",
102+
"resolved": "4.11.0",
103+
"contentHash": "/oRJPIMvzOfiunIegSF6FEa4VvBAUSXlbLDKxyzXuOZN9nLHg3fHuX6Mr9JZLNIupbe2xqQZEmfsPxgB01vCmg==",
104104
"dependencies": {
105105
"Humanizer.Core": "2.14.1",
106106
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
107107
"Microsoft.CodeAnalysis.Analyzers": "3.3.4",
108-
"Microsoft.CodeAnalysis.CSharp": "[4.10.0]",
109-
"Microsoft.CodeAnalysis.Common": "[4.10.0]",
110-
"Microsoft.CodeAnalysis.Workspaces.Common": "[4.10.0]",
108+
"Microsoft.CodeAnalysis.CSharp": "[4.11.0]",
109+
"Microsoft.CodeAnalysis.Common": "[4.11.0]",
110+
"Microsoft.CodeAnalysis.Workspaces.Common": "[4.11.0]",
111111
"System.Buffers": "4.5.1",
112112
"System.Collections.Immutable": "8.0.0",
113113
"System.Composition": "8.0.0",
@@ -123,13 +123,13 @@
123123
},
124124
"Microsoft.CodeAnalysis.Workspaces.Common": {
125125
"type": "Transitive",
126-
"resolved": "4.10.0",
127-
"contentHash": "lSMNGNeROSbxvbgzJyQfJpLJM0BFRrSgxYs4BZuZvpL8TuyUorEYa/HCJDcclhSRhr76LGiTT5lfLu5QFoFF6A==",
126+
"resolved": "4.11.0",
127+
"contentHash": "UtwEt42V7/LnvAcschSlmUXRLEj0poX1H7QeFbY5bezcS+tJBCssAq8C7GfisgIA0qZPo2xzOrwKGBbg51CetA==",
128128
"dependencies": {
129129
"Humanizer.Core": "2.14.1",
130130
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
131131
"Microsoft.CodeAnalysis.Analyzers": "3.3.4",
132-
"Microsoft.CodeAnalysis.Common": "[4.10.0]",
132+
"Microsoft.CodeAnalysis.Common": "[4.11.0]",
133133
"System.Buffers": "4.5.1",
134134
"System.Collections.Immutable": "8.0.0",
135135
"System.Composition": "8.0.0",
@@ -274,7 +274,7 @@
274274
"analysers": {
275275
"type": "Project",
276276
"dependencies": {
277-
"Microsoft.CodeAnalysis.CSharp.Workspaces": "[4.10.0, )"
277+
"Microsoft.CodeAnalysis.CSharp.Workspaces": "[4.11.0, )"
278278
}
279279
}
280280
},

0 commit comments

Comments
 (0)