diff --git a/DuckDuckGo/HomePage/Model/HomePageContinueSetUpModel.swift b/DuckDuckGo/HomePage/Model/HomePageContinueSetUpModel.swift index bb5daefb27..1bf47a15a5 100644 --- a/DuckDuckGo/HomePage/Model/HomePageContinueSetUpModel.swift +++ b/DuckDuckGo/HomePage/Model/HomePageContinueSetUpModel.swift @@ -252,7 +252,7 @@ extension HomePage.Models { refreshFeaturesMatrix() } - // swiftlint:disable:next cyclomatic_complexity + // swiftlint:disable:next cyclomatic_complexity function_body_length func refreshFeaturesMatrix() { var features: [FeatureType] = [] #if DBP diff --git a/dbp-messages.json b/dbp-messages.json deleted file mode 100644 index 7b5a7d7ab1..0000000000 --- a/dbp-messages.json +++ /dev/null @@ -1,25 +0,0 @@ -[ - { - "id": "123", - "cardTitle": "Example Card Title", - "cardDescription": "Example Card Description", - "requiresDataBrokerProtectionAccess": true, - "requiresDataBrokerProtectionUsage": true, - "action": { - "actionTitle": "Dismiss" - } - }, - { - "id": "456", - "daysSinceDataBrokerProtectionEnabled": 5, - "cardTitle": "Second Card Example Title", - "cardDescription": "Second Card Example Description, With More Text This Time", - "requiresDataBrokerProtectionAccess": true, - "requiresDataBrokerProtectionUsage": true, - "action": { - "actionTitle": "Open URL", - "actionType": "openSurveyURL", - "actionURL": "https://duckduckgo.com/" - } - } -]