KS1019 / Hondana

CLI tool to manage your bookmarklets
MIT License
3 stars 1 forks source link

Add swiftlint yaml #22

Closed KS1019 closed 2 years ago

github-actions[bot] commented 2 years ago

SwiftLint found issues

Severity File Reason
Warning Audit.swift:6 Line should be 120 characters or less: currently 151 characters (line_length)
Warning Audit.swift:1 TODOs should be resolved (This subcommand is currently i...). (todo)
Error Init.swift:13 Force tries should be avoided. (force_try)
Error Init.swift:23 Force tries should be avoided. (force_try)
Error Init.swift:24 Force tries should be avoided. (force_try)
Error Init.swift:26 Force tries should be avoided. (force_try)
Error Init.swift:47 Force tries should be avoided. (force_try)
Error Init.swift:52 Force tries should be avoided. (force_try)
Error Init.swift:53 Force tries should be avoided. (force_try)
Error Init.swift:55 Force tries should be avoided. (force_try)
Warning Init.swift:22 Tuples should have at most 2 members. (large_tuple)
Warning Init.swift:46 Tuples should have at most 2 members. (large_tuple)
Warning Init.swift:8 Line should be 120 characters or less: currently 151 characters (line_length)
Warning Init.swift:40 Line should be 120 characters or less: currently 121 characters (line_length)
Warning Init.swift:65 Line should be 120 characters or less: currently 156 characters (line_length)
Error List.swift:14 Variable name should be between 3 and 40 characters long: 'w' (identifier_name)
Warning List.swift:9 Line should be 120 characters or less: currently 151 characters (line_length)
Warning List.swift:46 Line should be 120 characters or less: currently 157 characters (line_length)
Error Bookmarks.swift:11 Variable name should start with a lowercase character: 'Root' (identifier_name)
Error Bookmarks.swift:15 Variable name should start with a lowercase character: 'WebBookmarkUUID' (identifier_name)
Error Bookmarks.swift:15 Variable name should start with a lowercase character: 'WebBookmarkFileVersion' (identifier_name)
Error Bookmarks.swift:15 Variable name should start with a lowercase character: 'Children' (identifier_name)
Error Bookmarks.swift:15 Variable name should start with a lowercase character: 'Sync' (identifier_name)
Error Bookmarks.swift:15 Variable name should start with a lowercase character: 'Title' (identifier_name)
Error Bookmarks.swift:15 Variable name should start with a lowercase character: 'WebBookmarkType' (identifier_name)
Error Bookmarks.swift:15 Variable name should start with a lowercase character: 'WebBookmarkIdentifier' (identifier_name)
Error Bookmarks.swift:15 Variable name should start with a lowercase character: 'ShouldOmitFromUI' (identifier_name)
Error Bookmarks.swift:28 Variable name should start with a lowercase character: 'WebBookmarkUUID' (identifier_name)
Error Bookmarks.swift:29 Variable name should start with a lowercase character: 'WebBookmarkFileVersion' (identifier_name)
Error Bookmarks.swift:30 Variable name should start with a lowercase character: 'Children' (identifier_name)
Error Bookmarks.swift:31 Variable name should start with a lowercase character: 'Sync' (identifier_name)
Error Bookmarks.swift:32 Variable name should start with a lowercase character: 'Title' (identifier_name)
Error Bookmarks.swift:33 Variable name should start with a lowercase character: 'WebBookmarkType' (identifier_name)
Error Bookmarks.swift:34 Variable name should start with a lowercase character: 'WebBookmarkIdentifier' (identifier_name)
Error Bookmarks.swift:35 Variable name should start with a lowercase character: 'ShouldOmitFromUI' (identifier_name)
Error Bookmarks.swift:41 Variable name should start with a lowercase character: 'ServerID' (identifier_name)
Error Bookmarks.swift:42 Variable name should start with a lowercase character: 'Data' (identifier_name)
Error Bookmarks.swift:15 Line should be 120 characters or less: currently 305 characters (line_length)
Error Sync.swift:35 Force tries should be avoided. (force_try)
Error Sync.swift:39 Force tries should be avoided. (force_try)
Error Sync.swift:42 Force tries should be avoided. (force_try)
Error Sync.swift:43 Force tries should be avoided. (force_try)
Error Sync.swift:45 Force tries should be avoided. (force_try)
Error Sync.swift:64 Force tries should be avoided. (force_try)
Error Sync.swift:65 Force tries should be avoided. (force_try)
Error Sync.swift:72 Force tries should be avoided. (force_try)
Error Sync.swift:113 Force tries should be avoided. (force_try)
Error Sync.swift:121 Force tries should be avoided. (force_try)
Error Sync.swift:122 Force tries should be avoided. (force_try)
Error Sync.swift:124 Force tries should be avoided. (force_try)
Error Sync.swift:128 Force tries should be avoided. (force_try)
Error Sync.swift:132 Force tries should be avoided. (force_try)
Error Sync.swift:133 Force tries should be avoided. (force_try)
Error Sync.swift:135 Force tries should be avoided. (force_try)
Error Sync.swift:147 Force tries should be avoided. (force_try)
Warning Sync.swift:32 Function body should span 40 lines or less excluding comments and whitespace: currently spans 50 lines (function_body_length)
Warning Sync.swift:108 Variable name should be between 3 and 40 characters long: 'to' (identifier_name)
Warning Sync.swift:8 Line should be 120 characters or less: currently 151 characters (line_length)
Error Sync.swift:39 Line should be 120 characters or less: currently 222 characters (line_length)
Warning Sync.swift:59 Line should be 120 characters or less: currently 125 characters (line_length)
Warning Sync.swift:124 Line should be 120 characters or less: currently 151 characters (line_length)
Warning Sync.swift:128 Line should be 120 characters or less: currently 143 characters (line_length)
Warning Sync.swift:138 Line should be 120 characters or less: currently 177 characters (line_length)
Warning Sync.swift:139 Line should be 120 characters or less: currently 164 characters (line_length)
Warning Sync.swift:166 Line should be 120 characters or less: currently 133 characters (line_length)
Error Sync.swift:167 Line should be 120 characters or less: currently 211 characters (line_length)
Warning Sync.swift:111 FIXMEs should be resolved (This will fail when Bookmarkle...). (todo)
Warning Sync.swift:112 FIXMEs should be resolved (Bookmarklets/ are assumed to b...). (todo)
Warning Sync.swift:115 FIXMEs should be resolved (This can be super slow as the ...). (todo)

Generated by :no_entry_sign: Danger Swift against e6e202f6bb8118db37ad53ce95055636ec0add80