-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SwiftLint fixes part 3 #462
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 951f5ce - Browse repository at this point
Copy the full SHA 951f5ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for acdcceb - Browse repository at this point
Copy the full SHA acdccebView commit details -
Disable line length warnings in SecureVaultManager tests for now.
This file had a ton of warnings, and I’m not sure if we care as much about this type of warning for test files.
Configuration menu - View commit details
-
Copy full SHA for cdd1326 - Browse repository at this point
Copy the full SHA cdd1326View commit details -
Configuration menu - View commit details
-
Copy full SHA for cef2877 - Browse repository at this point
Copy the full SHA cef2877View commit details -
Disable force_cast and force_try errors in test files.
It’s reasonable to see these used in test files, but not production code.
Configuration menu - View commit details
-
Copy full SHA for fe5fcba - Browse repository at this point
Copy the full SHA fe5fcbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdadbde - Browse repository at this point
Copy the full SHA fdadbdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31e9e9b - Browse repository at this point
Copy the full SHA 31e9e9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce5d41 - Browse repository at this point
Copy the full SHA 0ce5d41View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc6ff4f - Browse repository at this point
Copy the full SHA fc6ff4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8ce385 - Browse repository at this point
Copy the full SHA e8ce385View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f770a - Browse repository at this point
Copy the full SHA 48f770aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8a23a1 - Browse repository at this point
Copy the full SHA e8a23a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f15591 - Browse repository at this point
Copy the full SHA 7f15591View commit details -
Disable some more lint types in test files. Type body length shouldn’…
…t be a concern here.
Configuration menu - View commit details
-
Copy full SHA for 0766812 - Browse repository at this point
Copy the full SHA 0766812View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8996e24 - Browse repository at this point
Copy the full SHA 8996e24View commit details -
Configuration menu - View commit details
-
Copy full SHA for f530be1 - Browse repository at this point
Copy the full SHA f530be1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 521151a - Browse repository at this point
Copy the full SHA 521151aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 161a598 - Browse repository at this point
Copy the full SHA 161a598View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c922ae - Browse repository at this point
Copy the full SHA 0c922aeView commit details -
Add a couple blanket statements where the violations aren’t worse to …
…fix than they are to keep.
Configuration menu - View commit details
-
Copy full SHA for 1945cf3 - Browse repository at this point
Copy the full SHA 1945cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83f2726 - Browse repository at this point
Copy the full SHA 83f2726View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ff9eaf - Browse repository at this point
Copy the full SHA 5ff9eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for c100535 - Browse repository at this point
Copy the full SHA c100535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f90c08 - Browse repository at this point
Copy the full SHA 1f90c08View commit details -
Configuration menu - View commit details
-
Copy full SHA for e429f0f - Browse repository at this point
Copy the full SHA e429f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a813b - Browse repository at this point
Copy the full SHA 17a813bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a281f2 - Browse repository at this point
Copy the full SHA 8a281f2View commit details
Commits on Aug 16, 2023
-
Merge branch 'main' into sam/swiftlint-fixes-part-3
# By Sam Symons (3) and others # Via GitHub * main: Moved iOS Extension to BSK (#458) Bump Tests/BrowserServicesKitTests/Resources/privacy-reference-tests (#431) feat: duck player v2 (#451) Update NetP endpoint (#456) BSK SwiftLint fixes part 2: Disable some test suite warnings (#453) BSK SwiftLint fixes part 1: Autofix many SwiftLint warnings (#452) Add support for syncing Credentials (#425) Update autofill to 8.1.2 (#457) NetP - Create observers to extract from StatusReporter (#445) # Conflicts: # Sources/BookmarksTestsUtils/BookmarkTree.swift # Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift # Sources/BrowserServicesKit/SecureVault/AutofillSecureVault.swift # Sources/BrowserServicesKit/SecureVault/SecureVaultManager.swift # Sources/BrowserServicesKit/SecureVault/SecureVaultModels.swift # Sources/BrowserServicesKit/Suggestions/Suggestion.swift # Sources/SyncDataProviders/Bookmarks/BookmarksProvider.swift # Tests/.swiftlint.yml # Tests/BrowserServicesKitTests/SecureVault/MockAutofillDatabaseProvider.swift # Tests/BrowserServicesKitTests/SecureVault/VaultFactoryTests.swift # Tests/NavigationTests/ClosureNavigationResponderTests.swift # Tests/NavigationTests/Helpers/NavigationTestHelpers.swift # Tests/NavigationTests/NavigationAuthChallengeTests.swift # Tests/SecureStorageTests/TestMocks.swift
Configuration menu - View commit details
-
Copy full SHA for 4dab2fc - Browse repository at this point
Copy the full SHA 4dab2fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f95abc - Browse repository at this point
Copy the full SHA 8f95abcView commit details -
Undo a change that isn’t needed, and add the scripts directory to the…
… exclusion list.
Configuration menu - View commit details
-
Copy full SHA for ada2b84 - Browse repository at this point
Copy the full SHA ada2b84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1218e11 - Browse repository at this point
Copy the full SHA 1218e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93f9de9 - Browse repository at this point
Copy the full SHA 93f9de9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd6db2 - Browse repository at this point
Copy the full SHA 3bd6db2View commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 59510b6 - Browse repository at this point
Copy the full SHA 59510b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for aebf349 - Browse repository at this point
Copy the full SHA aebf349View commit details