[PR #3343] [MERGED] Add full stop at end of comments (SA1629) #9465

Closed
opened 2026-02-07 06:02:35 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3343
Author: @telans
Created: 6/15/2020
Status: Merged
Merged: 6/16/2020
Merged by: @Bond-009

Base: masterHead: comment-stops


📝 Commits (1)

  • 9018f8d Add full stop at end of comments (SA1629)

📊 Changes

269 files changed (+816 additions, -816 deletions)

View changed files

📝 Emby.Dlna/Didl/DidlBuilder.cs (+1 -1)
📝 Emby.Dlna/DlnaManager.cs (+1 -1)
📝 Emby.Dlna/PlayTo/Device.cs (+1 -1)
📝 Emby.Naming/Common/MediaType.cs (+3 -3)
📝 Emby.Server.Implementations/ApplicationHost.cs (+1 -1)
📝 Emby.Server.Implementations/Data/BaseSqliteRepository.cs (+2 -2)
📝 Emby.Server.Implementations/Data/SqliteDisplayPreferencesRepository.cs (+3 -3)
📝 Emby.Server.Implementations/Data/SqliteItemRepository.cs (+5 -5)
📝 Emby.Server.Implementations/Data/SqliteUserDataRepository.cs (+3 -3)
📝 Emby.Server.Implementations/Dto/DtoService.cs (+4 -4)
📝 Emby.Server.Implementations/HttpClientManager/HttpClientManager.cs (+1 -1)
📝 Emby.Server.Implementations/HttpServer/FileWriter.cs (+2 -2)
📝 Emby.Server.Implementations/HttpServer/HttpListenerHost.cs (+1 -1)
📝 Emby.Server.Implementations/HttpServer/HttpResultFactory.cs (+1 -1)
📝 Emby.Server.Implementations/HttpServer/RangeRequestWriter.cs (+4 -4)
📝 Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs (+1 -1)
📝 Emby.Server.Implementations/Library/IgnorePatterns.cs (+3 -3)
📝 Emby.Server.Implementations/Library/LibraryManager.cs (+7 -7)
📝 Emby.Server.Implementations/Library/ResolverHelper.cs (+1 -1)
📝 Emby.Server.Implementations/Library/Resolvers/ItemResolver.cs (+1 -1)

...and 80 more files

📄 Description

Changes
Adds full stops at the end of '///' comments to fix SA1629

  • -771 warnings

Match:
(\s+\/\/\/[\w ,'\(\)\[\]\-]+)(\s+)*(?=\/\/\/ <\/summary>)

Replace:
$1.$2

Issues
#2149


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3343 **Author:** [@telans](https://github.com/telans) **Created:** 6/15/2020 **Status:** ✅ Merged **Merged:** 6/16/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `comment-stops` --- ### 📝 Commits (1) - [`9018f8d`](https://github.com/jellyfin/jellyfin/commit/9018f8d8be10bc4812f7d1bd230a1516eca61eea) Add full stop at end of comments (SA1629) ### 📊 Changes **269 files changed** (+816 additions, -816 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/Didl/DidlBuilder.cs` (+1 -1) 📝 `Emby.Dlna/DlnaManager.cs` (+1 -1) 📝 `Emby.Dlna/PlayTo/Device.cs` (+1 -1) 📝 `Emby.Naming/Common/MediaType.cs` (+3 -3) 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+1 -1) 📝 `Emby.Server.Implementations/Data/BaseSqliteRepository.cs` (+2 -2) 📝 `Emby.Server.Implementations/Data/SqliteDisplayPreferencesRepository.cs` (+3 -3) 📝 `Emby.Server.Implementations/Data/SqliteItemRepository.cs` (+5 -5) 📝 `Emby.Server.Implementations/Data/SqliteUserDataRepository.cs` (+3 -3) 📝 `Emby.Server.Implementations/Dto/DtoService.cs` (+4 -4) 📝 `Emby.Server.Implementations/HttpClientManager/HttpClientManager.cs` (+1 -1) 📝 `Emby.Server.Implementations/HttpServer/FileWriter.cs` (+2 -2) 📝 `Emby.Server.Implementations/HttpServer/HttpListenerHost.cs` (+1 -1) 📝 `Emby.Server.Implementations/HttpServer/HttpResultFactory.cs` (+1 -1) 📝 `Emby.Server.Implementations/HttpServer/RangeRequestWriter.cs` (+4 -4) 📝 `Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/IgnorePatterns.cs` (+3 -3) 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+7 -7) 📝 `Emby.Server.Implementations/Library/ResolverHelper.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/Resolvers/ItemResolver.cs` (+1 -1) _...and 80 more files_ </details> ### 📄 Description **Changes** Adds full stops at the end of '///' comments to fix SA1629 - -771 warnings Match: `(\s+\/\/\/[\w ,'\(\)\[\]\-]+)(\s+)*(?=\/\/\/ <\/summary>)` Replace: `$1.$2` **Issues** #2149 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:02:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9465