mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[PR #53] [MERGED] Introduction swiftlint #407
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#407
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/Clipy/Clipy/pull/53
Author: @Econa77
Created: 4/3/2016
Status: ✅ Merged
Merged: 4/3/2016
Merged by: @Econa77
Base:
master← Head:feature/swiftlint📝 Commits (3)
13ff1feAdd swiftlint25e9344Fix lint warning4060e36Update README.md📊 Changes
34 files changed (+616 additions, -606 deletions)
View changed files
➕
.swiftlint.yml(+19 -0)📝
Clipy.xcodeproj/project.pbxproj(+18 -0)📝
Clipy/AppDelegate.swift(+21 -21)📝
Clipy/CPYConstants.swift(+4 -0)➕
Clipy/Extensions/NSBundle+Version.swift(+15 -0)📝
Clipy/Extensions/NSColor+Clipy.swift(+2 -2)📝
Clipy/Extensions/NSImage+AssetCatalog.swift(+7 -7)📝
Clipy/Extensions/NSImage+Resize.swift(+13 -13)📝
Clipy/Extensions/String+Substring.swift(+3 -3)📝
Clipy/Libraries/Realm/RLMSupport.swift(+7 -7)📝
Clipy/Managers/CPYHotKeyManager.swift(+45 -46)📝
Clipy/Managers/CPYSnippetManager.swift(+39 -42)📝
Clipy/Managers/ClipManager.swift(+26 -22)📝
Clipy/Managers/HistoryManager.swift(+13 -9)📝
Clipy/Managers/MenuManager.swift(+70 -69)📝
Clipy/Managers/PasteboardManager.swift(+4 -4)📝
Clipy/Models/CPYClip.swift(+2 -2)📝
Clipy/Models/CPYClipData.swift(+21 -21)📝
Clipy/Models/CPYFolder.swift(+1 -1)📝
Clipy/Models/CPYSnippet.swift(+1 -2)...and 14 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.