File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<ItemGroup >
4
4
<PackageReference Include =" Roslynator.Analyzers" Version =" 3.3.0" PrivateAssets =" All" />
5
- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.354 " PrivateAssets =" All" />
5
+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.376 " PrivateAssets =" All" />
6
6
<AdditionalFiles Include =" $(MSBuildThisFileDirectory)/stylecop.json" />
7
7
</ItemGroup >
8
8
Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ public async Task StartAsync(CancellationToken cancellationToken)
66
66
#if DEBUG
67
67
_election . LeadershipChanged ( LeaderState . Leader ) ;
68
68
#else
69
- _leaseCheck . Start ( ) ;
70
- _leaseCheck . Elapsed += async ( _ , __ ) => await CheckLeaderLease ( ) ;
69
+ _leaseCheck . Start ( ) ;
70
+ _leaseCheck . Elapsed += async ( _ , __ ) => await CheckLeaderLease ( ) ;
71
71
72
- await CheckLeaderLease ( ) ;
72
+ await CheckLeaderLease ( ) ;
73
73
#endif
74
74
}
75
75
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public V1ClusterRole BuildManagerRbac()
53
53
{
54
54
new EntityRbacAttribute ( typeof ( Corev1Event ) )
55
55
{
56
- Verbs = RbacVerb . Get | RbacVerb . List | RbacVerb . Create | RbacVerb . Update
56
+ Verbs = RbacVerb . Get | RbacVerb . List | RbacVerb . Create | RbacVerb . Update ,
57
57
} ,
58
58
} ) ;
59
59
You can’t perform that action at this time.
0 commit comments