Merge pull request #2083 from leobalter/2034/yaml-extra-lines

Add lint check for leading empty lines in description and info blocks
This commit is contained in:
Leo Balter 2019-02-26 11:01:57 -05:00 committed by GitHub
commit 59b89a1c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1079 changed files with 28 additions and 1097 deletions

View File

@ -4,7 +4,6 @@
/*---
desc: FieldDefinition, ClassElementName, PropertyName = Initializer Syntax
info: |
ClassElement :
...
FieldDefinition ;

View File

@ -4,7 +4,6 @@
/*---
desc: FieldDefinition, ClassElementName, PropertyName = Initializer Syntax
info: |
ClassElement :
...
FieldDefinition ;

View File

@ -4,7 +4,6 @@
/*---
desc: Valid FieldDefinition, ClassElementName, PropertyName Syntax
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Invalid FieldDefinition, ClassElementName, PropertyName Syntax
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Invalid FieldDefinition, ClassElementName, PropertyName Syntax
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Invalid FieldDefinition, ClassElementName, PropertyName Syntax
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid FieldDefinition, ClassElementName, PropertyName Syntax
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid multi-line, multi-field
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: SyntaxError
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName = Initializer Syntax
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName = Initializer Syntax
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: No space allowed between sigial and IdentifierName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName Syntax
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName Syntax
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName Syntax
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -5,7 +5,6 @@
desc: PrivateName Static Semantics, StringValue
esid: sec-private-names-static-semantics-stringvalue
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName Syntax
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: SyntaxError
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: SyntaxError
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: SyntaxError
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Private methods are added before any field initializer is run, even if they appear textually later
info: |
InitializeInstanceElements ( O, constructor )
...
4. For each item element in order from elements,

View File

@ -4,7 +4,6 @@
/*---
desc: Valid FieldDefinition
info: |
ClassElement :
...
FieldDefinition ;

View File

@ -4,7 +4,6 @@
/*---
desc: Valid FieldDefinition
info: |
ClassElement :
...
FieldDefinition ;

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName as private getter
info: |
ClassElement :
MethodDefinition
...

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName as private getter
info: |
ClassElement :
MethodDefinition
...

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName as private method
info: |
ClassElement :
MethodDefinition
...

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName as private method
info: |
ClassElement :
MethodDefinition
...

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName as private setter
info: |
ClassElement :
MethodDefinition
...

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName as private setter
info: |
ClassElement :
MethodDefinition
...

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid Static AsyncGeneratorMethod PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid Static AsyncGeneratorMethod PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid Static AsyncMethod PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid Static AsyncMethod PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid Static GeneratorMethod PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid Static GeneratorMethod PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid Static Method PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid Static Method PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid Static PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid Static PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid Static PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid Static PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid Static PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid Static PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -4,7 +4,6 @@
/*---
desc: Valid Static PrivateName
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
StrDecimalDigits . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
StrDecimalDigits . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
StrDecimalDigits . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
StrDecimalDigits . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrUnsignedDecimalLiteral
info: |
StrStrUnsignedDecimalLiteral :::
StrUnsignedDecimalLiteral

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
. StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits
info: |
StrDecimalDigits :::
DecimalDigit
StrDecimalDigits DecimalDigit

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
. StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
. StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
. StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
. StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - NonZeroDigit NumericLiteralSeparator DecimalDigit
info: |
StrUnsignedDecimalLiteral :::
StrUnsignedDecimalLiteral

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits
info: |
StrDecimalDigits :::
DecimalDigit
StrDecimalDigits DecimalDigit

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - DecimalDigit
info: |
StrDecimalDigits :::
DecimalDigit
StrDecimalDigits DecimalDigit

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat (StrUnsignedDecimalLiteral)
info: |
StrDecimalLiteral :::
StrUnsignedDecimalLiteral
+ StrUnsignedDecimalLiteral

View File

@ -8,7 +8,6 @@ features: [class-fields-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-fields-public, generators, class]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
...
FieldDefinition ;

View File

@ -8,7 +8,6 @@ features: [class-fields-public, generators, class]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
...
FieldDefinition ;

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
...

View File

@ -8,7 +8,6 @@ features: [class-fields-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-fields-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-fields-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-fields-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated, async]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated, async]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated, async]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated, async]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-fields-private, class, class-fields-public]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-fields-public, class]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
...
FieldDefinition ;

View File

@ -8,7 +8,6 @@ features: [class-fields-public, class]
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
...
FieldDefinition ;

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
flags: [generated]
includes: [propertyHelper.js]
info: |
ClassElement :
MethodDefinition
...

Some files were not shown because too many files have changed in this diff Show More