Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Apply eslint-rule consistent-return - Related to #1597 #2565

Merged
merged 15 commits into from
Nov 26, 2018

Conversation

diego-G
Copy link

@diego-G diego-G commented Nov 22, 2018

Review checklist

.gitignore Outdated Show resolved Hide resolved
.gitignore Outdated Show resolved Hide resolved
MaciejBaj
MaciejBaj previously approved these changes Nov 22, 2018
nazarhussain
nazarhussain previously approved these changes Nov 22, 2018
MaciejBaj
MaciejBaj previously approved these changes Nov 22, 2018
MaciejBaj
MaciejBaj previously approved these changes Nov 23, 2018
nazarhussain
nazarhussain previously approved these changes Nov 23, 2018
nazarhussain
nazarhussain previously approved these changes Nov 23, 2018
@MaciejBaj
Copy link
Contributor

@diego-G please resolve the conflicts: app.js

Copy link
Contributor

@ManuGowda ManuGowda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good job on cleaning up the 🍝 code, there are only few minor comments from me othewise PR LGTM

__private.loadSignatures,
err => {
if (err) {
library.logger.log('Signatures loader', err);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be library.logger.error or library.logger.info instead of log

__private.loadTransactions,
err => {
if (err) {
library.logger.log('Unconfirmed transactions loader', err);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be library.logger.error or library.logger.info instead of log

modules/peers.js Show resolved Hide resolved
@diego-G diego-G force-pushed the 1597-apply-eslint-rule-consistent-return branch from 90dca36 to aa1e442 Compare November 26, 2018 11:36
@MaciejBaj MaciejBaj merged commit 4b8e8ca into development Nov 26, 2018
@MaciejBaj MaciejBaj deleted the 1597-apply-eslint-rule-consistent-return branch November 26, 2018 13:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants