Merge branch 'master' into PPT-2270 #903
Annotations
4 warnings and 3 notices
|
Lint/UselessAssign:
spec/controllers/uploads_spec.cr#L404
Useless assignment to variable `authority`
|
|
Lint/UselessAssign:
spec/controllers/uploads_spec.cr#L426
Useless assignment to variable `authority`
|
|
Lint/ShadowingOuterLocalVar:
src/placeos-rest-api/utilities/ms-token-exchange.cr#L122
Shadowing outer local variable `form`
|
|
Lint/UselessAssign:
src/placeos-rest-api/utilities/ms-token-exchange.cr#L193
Useless assignment to variable `info`
|
|
Naming/PredicateName:
src/placeos-rest-api/utilities/ms-token-exchange.cr#L29
Favour method name 'ms_token?' over 'is_ms_token?'
|
|
Style/RedundantBegin:
src/placeos-rest-api/utilities/ms-token-exchange.cr#L166
Redundant `begin` block detected
|
|
Style/RedundantBegin:
src/placeos-rest-api/utilities/ms-token-exchange.cr#L177
Redundant `begin` block detected
|