junebug12851/pokered-save-editor

View on GitHub
src/app/data/text/TextSearch.ts

Summary

Maintainability
A
0 mins
Test Coverage

Showing 20 of 20 total issues

" should be '
Open

return this.doInclusiveFilter("shorthand");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

if statements must be braced
Open

if (inclusive && value[prop])
return true;
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

return this.doExclusiveFilter("normal");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

return this.doExclusiveFilter("control");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

return this.doExclusiveFilter("useTilemap");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

if statements must be braced
Open

else if (!inclusive && !value[prop])
return true;
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

return this.doInclusiveFilter("variable");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

return this.doInclusiveFilter("control");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

return this.doInclusiveFilter("multiChar");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

return this.doExclusiveFilter("variable");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

return this.doInclusiveFilter("useTilemap");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

Missing semicolon
Open

}
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

return this.doExclusiveFilter("picture");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

return this.doInclusiveFilter("singleChar");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

return this.doInclusiveFilter("picture");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

const _ = window.require("lodash");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

return this.doExclusiveFilter("shorthand");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

return this.doExclusiveFilter("singleChar");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

return this.doInclusiveFilter("normal");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint

" should be '
Open

return this.doExclusiveFilter("multiChar");
Severity: Minor
Found in src/app/data/text/TextSearch.ts by tslint
Category
Status