Anonymous Feature (Sprint #2) - implementing anonymous field in the backend #28
Annotations
10 errors
test:
public/src/modules/helpers.common.js#L2
Expected newline before "use strict" directive
|
test:
public/src/modules/helpers.common.js#L218
Expected indentation of 2 tabs but found 3
|
test:
public/src/modules/helpers.common.js#L296
Trailing spaces not allowed
|
test:
public/src/modules/helpers.common.js#L299
'anonymous' is not defined
|
test:
src/posts/create.js#L19
'isAnonymous' is assigned a value but never used
|
test:
src/posts/data.js#L28
Unexpected tab character
|
test:
src/posts/data.js#L39
Unexpected tab character
|
test:
src/topics/create.js#L42
Unnecessary use of boolean literals in conditional expression
|
test:
src/topics/create.js#L42
Missing semicolon
|
test:
src/topics/create.js#L236
A space is required after ','
|