Skip to content

Commit 0167cce

Browse files
committed
chore: Disable formatting rule Add accessibility modifiers (IDE0040)
1 parent d0a5167 commit 0167cce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ csharp_style_var_when_type_is_apparent = true
4444
csharp_style_var_elsewhere = true
4545

4646
# Custom disabled
47+
# TODO: Add accessibility modifiers (IDE0040)
48+
dotnet_diagnostic.IDE0040.severity = none

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Restore Packages
2828
run: dotnet restore
2929
- name: Lint
30-
run: dotnet format --verify-no-changes
30+
run: dotnet format --verify-no-changes --exclude SpotifyAPI.Web.Examples/Example.UWP
3131
- name: Build
3232
run: dotnet build --configuration Release --verbosity minimal
3333
- name: Test

0 commit comments

Comments
 (0)