Skip to content

Commit 7c7afc4

Browse files
committed
chore: fix lint errors
1 parent 9b1deb1 commit 7c7afc4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererConfigurableTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import org.mockito.kotlin.doNothing
1313
import software.aws.toolkits.jetbrains.core.credentials.ToolkitConnectionManagerListener
1414
import software.aws.toolkits.jetbrains.services.codewhisperer.codescan.CodeWhispererCodeScanManager
1515
import software.aws.toolkits.jetbrains.services.codewhisperer.settings.CodeWhispererConfigurable
16-
import software.aws.toolkits.jetbrains.settings.CodeWhispererSettings
1716
import software.aws.toolkits.resources.message
1817
import javax.swing.JCheckBox
1918
import javax.swing.JComponent

plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ aws.settings.auto_update.notification_enable.tooltip=If unchecked, updates will
266266
aws.settings.auto_update.progress.message=Updating AWS plugins
267267
aws.settings.auto_update.text=Automatically install plugin updates when available
268268
aws.settings.aws_cli_settings=AWS CLI Settings
269-
aws.settings.codewhisperer.feature_development=Feature Development
270-
aws.settings.codewhisperer.feature_development.allow_running_code_and_test_commands=Allow /dev to run code and test commands
271269
aws.settings.codewhisperer.automatic_import_adder=Imports recommendation
272270
aws.settings.codewhisperer.automatic_import_adder.tooltip=Amazon Q will add import statements with code suggestions when necessary
273271
aws.settings.codewhisperer.code_review=Code Review
@@ -277,6 +275,8 @@ aws.settings.codewhisperer.configurable.controlled_by_admin=\ Controlled by
277275
aws.settings.codewhisperer.configurable.opt_out.title=Share Amazon Q content with AWS
278276
aws.settings.codewhisperer.configurable.opt_out.tooltip=When checked, your content processed by Amazon Q may be used for service improvement (except for content processed by the Amazon Q Developer Pro tier). Unchecking this box will cause AWS to delete any of your content used for that purpose. The information used to provide the Amazon Q service to you will not be affected. See the <a href="https://aws.amazon.com/service-terms/">Service Terms</a> for more detail.
279277
aws.settings.codewhisperer.configurable.title=Amazon Q
278+
aws.settings.codewhisperer.feature_development=Feature Development
279+
aws.settings.codewhisperer.feature_development.allow_running_code_and_test_commands=Allow /dev to run code and test commands
280280
aws.settings.codewhisperer.group.data_sharing=Data Sharing
281281
aws.settings.codewhisperer.group.inline_suggestions=Inline Suggestions
282282
aws.settings.codewhisperer.group.plugin_settings=Plugin Settings

0 commit comments

Comments
 (0)