Release #13
release.yml
on: schedule
Matrix: Building
Linting
45s
Release
0s
Annotations
10 errors and 3 warnings
Linting:
notes/ComputerScience/Compilers/CompilersBasicNotes.md#L151
Unnecessary escape character: \_
|
Linting:
notes/ComputerScience/Compilers/CompilersBasicNotes.md#L151
Useless identity escapes with non-syntax characters are forbidden
|
Linting:
notes/ComputerScience/Compilers/CompilersBasicNotes.md#L151
Unexpected character class '[a-zA-Z\_0-9]'. Use '\w' instead
|
Linting:
notes/ComputerScience/Compilers/CompilersBasicNotes.md#L151
Unnecessary escape character: \_
|
Linting:
notes/ComputerScience/Compilers/CompilersBasicNotes.md#L151
Useless identity escapes with non-syntax characters are forbidden
|
Linting:
notes/ComputerScience/Compilers/CompilersBasicNotes.md#L151
The character class(es) '[a-zA-Z\_]', '[a-zA-Z\_0-9]' can be simplified using the `i` flag
|
Linting:
notes/ComputerScience/Compilers/CompilersBasicNotes.md#L154
Invalid regular expression: /(+|-)?(0|[1-9][0-9]*)/: Nothing to repeat
|
Linting:
notes/ComputerScience/Compilers/CompilersBasicNotes.md#L157
Invalid regular expression: /(+|-)?(0|[1-9][0-9]*|)?\.[0-9]+/: Nothing to repeat
|
Linting:
notes/Web/HTML/HTMLBasicNotes.md#L1879
Expected indentation of 12 spaces but found 10
|
Linting:
notes/Web/HTML/HTMLBasicNotes.md#L1880
Expected indentation of 10 spaces but found 8
|
Linting:
notes/Web/JavaScript/JavaScriptAdvancedNotes.md#L3682
The 'm' flag is unnecessary because the pattern does not contain start (^) or end ($) assertions
|
Linting:
notes/Web/JavaScript/JavaScriptAdvancedNotes.md#L3828
The 'g' flag is unnecessary because the regex is used only once in 'RegExp.prototype.test'
|
Linting:
notes/Web/JavaScript/JavaScriptAdvancedNotes.md#L3828
The 'm' flag is unnecessary because the pattern does not contain start (^) or end ($) assertions
|