Added a new validator for checking if string is a palindrome #2326
Annotations
10 errors and 1 warning
src/lib/isPalindrome.js#L5
Line 5 exceeds the maximum line length of 100
|
src/lib/isPalindrome.js#L8
Strings must use singlequote
|
src/lib/isPalindrome.js#L11
Expected indentation of 2 spaces but found 4
|
src/lib/isPalindrome.js#L12
Expected indentation of 2 spaces but found 4
|
src/lib/isPalindrome.js#L13
Expected indentation of 2 spaces but found 4
|
src/lib/isPalindrome.js#L13
Strings must use singlequote
|
src/lib/isPalindrome.js#L13
Strings must use singlequote
|
src/lib/isPalindrome.js#L13
Strings must use singlequote
|
src/lib/isPalindrome.js#L13
Strings must use singlequote
|
src/lib/isPalindrome.js#L14
Expected indentation of 2 spaces but found 4
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2-beta, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading