mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3343] [MERGED] Add full stop at end of comments (SA1629) #9465
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:comment-stops📝 Commits (1)
9018f8dAdd 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
Match:
(\s+\/\/\/[\w ,'\(\)\[\]\-]+)(\s+)*(?=\/\/\/ <\/summary>)Replace:
$1.$2Issues
#2149
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.