Skip to content

Commit

Permalink
improved deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
goff-marocchi committed Dec 17, 2023
1 parent fa19ff5 commit 95cba3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/sonar.rb
Expand Up @@ -103,7 +103,7 @@ def self.available_options
FastlaneCore::ConfigItem.new(key: :sonar_login,
env_name: "FL_SONAR_LOGIN",
description: "Pass the Sonar Login Token (e.g: xxxxxxprivate_token_XXXXbXX7e)",
deprecated: "Deprecated in sonar-scanner >= 5.0.x",
deprecated: "Deprecated in SonarQube see https://community.sonarsource.com/t/deprecating-sonar-login-and-sonar-password-in-favor-of-sonar-token/95829 for details.",
optional: true,
sensitive: true,
conflicting_options: [:sonar_token]),
Expand Down

0 comments on commit 95cba3d

Please sign in to comment.