Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swagger-doc #47

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

swagger-doc #47

wants to merge 1 commit into from

Conversation

iphyokafor
Copy link
Contributor

What does this PR do?

Description of Task to be completed?

How should this manually be Tested?

What are the relevant Pivotal Tracker Trello stories?

Screenshots (if appropriate)

down: (queryInterface, Sequelize) => queryInterface.bulkDelete('Users', null, {})
};
// eslint-disable-next-line no-unused-vars
down: (queryInterface, Sequelize) => queryInterface.bulkDelete('Users', null, {})
Copy link

Choose a reason for hiding this comment

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

Expected indentation of 2 spaces but found 4 indent

// eslint-disable-next-line no-unused-vars
down: (queryInterface, Sequelize) => queryInterface.bulkDelete('Users', null, {})
};
// eslint-disable-next-line no-unused-vars
Copy link

Choose a reason for hiding this comment

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

Expected indentation of 2 spaces but found 4 indent

updated_at: new Date()
}
], {}
),
Copy link

Choose a reason for hiding this comment

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

Expected indentation of 2 spaces but found 4 indent
Unexpected newline before ')' function-paren-newline

created_at: new Date(),
updated_at: new Date()
}
], {}
Copy link

Choose a reason for hiding this comment

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

Expected indentation of 4 spaces but found 8 indent

id: uuidv4(),
first_name: 'Orella',
last_name: 'Tipler',
email: '[email protected]',
Copy link

Choose a reason for hiding this comment

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

Expected indentation of 6 spaces but found 16 indent

{
id: uuidv4(),
first_name: 'Orella',
last_name: 'Tipler',
Copy link

Choose a reason for hiding this comment

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

Expected indentation of 6 spaces but found 16 indent

},
{
id: uuidv4(),
first_name: 'Orella',
Copy link

Choose a reason for hiding this comment

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

Expected indentation of 6 spaces but found 16 indent

updated_at: new Date()
},
{
id: uuidv4(),
Copy link

Choose a reason for hiding this comment

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

Expected indentation of 6 spaces but found 16 indent

created_at: new Date(),
updated_at: new Date()
},
{
Copy link

Choose a reason for hiding this comment

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

Expected indentation of 4 spaces but found 12 indent

@meetKazuki
Copy link
Contributor

Fix the lint errors so that we can have this merged

@maestro-1
Copy link
Contributor

please fix the lint errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants