refactor: Apply more eslint-plugin-n8n-nodes-base autofixable rules (#3243)

* ✏️ Alphabetize rules

* 🔖 Update version

*  Update lintfix command

*  Run baseline lintfix

* 📦 Update package-lock.json

* 👕 Apply `node-param-description-untrimmed` (#3200)

* Removing unneeded backticks (#3249)

* 👕 Apply node-param-description-wrong-for-return-all (#3253)

* 👕 Apply node-param-description-missing-limit (#3252)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply node-param-description-excess-final-period (#3250)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply node-param-description-unencoded-angle-brackets (#3256)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply node-param-description-url-missing-protocol (#3258)

* 👕 Apply `node-param-description-miscased-id` (#3254)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply node-param-description-wrong-for-limit (#3257)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply node-param-description-wrong-for-ignore-ssl-issues (#3261)

* 👕 Apply rule

*  Restore lintfix script

*  Restore lintfix script

Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
This commit is contained in:
Iván Ovejero
2022-05-06 23:01:25 +02:00
committed by GitHub
parent 1ef10dd23f
commit 63b6c9f128
689 changed files with 6828 additions and 6935 deletions

View File

@@ -94,7 +94,7 @@ export class AwsTranscribe implements INodeType {
],
},
},
description: 'The name of the job.',
description: 'The name of the job',
},
{
displayName: 'Media File URI',
@@ -111,7 +111,7 @@ export class AwsTranscribe implements INodeType {
],
},
},
description: 'The S3 object location of the input media file. ',
description: 'The S3 object location of the input media file',
},
{
displayName: 'Detect Language',
@@ -128,7 +128,7 @@ export class AwsTranscribe implements INodeType {
},
},
default: false,
description: 'Set this field to true to enable automatic language identification.',
description: 'Set this field to true to enable automatic language identification',
},
{
displayName: 'Language',
@@ -178,7 +178,7 @@ export class AwsTranscribe implements INodeType {
},
},
default: 'en-US',
description: 'Language used in the input media file.',
description: 'Language used in the input media file',
},
// ----------------------------------
// Transcription Job Settings
@@ -202,7 +202,7 @@ export class AwsTranscribe implements INodeType {
name: 'channelIdentification',
type: 'boolean',
default: false,
description: `Instructs Amazon Transcribe to process each audiochannel separately and then merge the transcription output of each channel into a single transcription. You can't set both Max Speaker Labels and Channel Identification in the same request. If you set both, your request returns a BadRequestException.`,
description: 'Instructs Amazon Transcribe to process each audiochannel separately and then merge the transcription output of each channel into a single transcription. You can\'t set both Max Speaker Labels and Channel Identification in the same request. If you set both, your request returns a BadRequestException.',
},
{
displayName: 'Max Alternatives',
@@ -213,7 +213,7 @@ export class AwsTranscribe implements INodeType {
minValue: 2,
maxValue: 10,
},
description: 'The number of alternative transcriptions that the service should return.',
description: 'The number of alternative transcriptions that the service should return',
},
{
displayName: 'Max Speaker Labels',
@@ -224,21 +224,21 @@ export class AwsTranscribe implements INodeType {
minValue: 2,
maxValue: 10,
},
description: `The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker.`,
description: 'The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker.',
},
{
displayName: 'Vocabulary Name',
name: 'vocabularyName',
type: 'string',
default: '',
description: 'Name of vocabulary to use when processing the transcription job.',
description: 'Name of vocabulary to use when processing the transcription job',
},
{
displayName: 'Vocabulary Filter Name',
name: 'vocabularyFilterName',
type: 'string',
default: '',
description: `The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.`,
description: 'The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.',
},
{
displayName: 'Vocabulary Filter Method',
@@ -260,7 +260,7 @@ export class AwsTranscribe implements INodeType {
],
default: 'remove',
description: `<p>Set to mask to remove filtered text from the transcript and replace it with three asterisks ("***") as placeholder text.</p><p>Set to remove to remove filtered text from the transcript without using placeholder text. Set to tag to mark the word in the transcription output that matches the vocabulary filter. When you set the filter method to tag, the words matching your vocabulary filter are not masked or removed.</p>`,
description: '<p>Set to mask to remove filtered text from the transcript and replace it with three asterisks ("***") as placeholder text.</p><p>Set to remove to remove filtered text from the transcript without using placeholder text. Set to tag to mark the word in the transcription output that matches the vocabulary filter. When you set the filter method to tag, the words matching your vocabulary filter are not masked or removed.</p>',
},
],
},
@@ -299,7 +299,7 @@ export class AwsTranscribe implements INodeType {
},
},
default: true,
description: 'Return a simplified version of the response instead of the raw data.',
description: 'Return a simplified version of the response instead of the raw data',
},
{
displayName: 'Return All',
@@ -316,7 +316,7 @@ export class AwsTranscribe implements INodeType {
},
},
default: false,
description: 'If all results should be returned or only up to a given limit.',
description: 'Whether to return all results or only up to a given limit',
},
{
displayName: 'Limit',
@@ -339,7 +339,7 @@ export class AwsTranscribe implements INodeType {
],
},
},
description: 'The maximum number of results to return',
description: 'Max number of results to return',
},
{
displayName: 'Filters',
@@ -362,7 +362,7 @@ export class AwsTranscribe implements INodeType {
displayName: 'Job Name Contains',
name: 'jobNameContains',
type: 'string',
description: 'Return only transcription jobs whose name contains the specified string.',
description: 'Return only transcription jobs whose name contains the specified string',
default: '',
},
{
@@ -387,7 +387,7 @@ export class AwsTranscribe implements INodeType {
value: 'QUEUED',
},
],
description: 'Return only transcription jobs with the specified status.',
description: 'Return only transcription jobs with the specified status',
default: 'COMPLETED',
},
],