Skip to content

chore(lint): enforce consistent spacing - #10193

Merged
sushantdhiman merged 1 commit into
sequelize:masterfrom
SimonSchick:chore/lint-spacing
Dec 9, 2018
Merged

chore(lint): enforce consistent spacing#10193
sushantdhiman merged 1 commit into
sequelize:masterfrom
SimonSchick:chore/lint-spacing

Conversation

@SimonSchick

Copy link
Copy Markdown
Contributor

Pull Request check-list

Please make sure to review and check all of these items:

  • Does npm run test or npm run test-DIALECT pass with this change (including linting)?
  • Does the description below contain a link to an existing issue (Closes #[issue]) or a description of the issue you are solving?
  • Have you added new tests to prevent regressions?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Did you follow the commit message conventions explained in CONTRIBUTING.md?

Description of change

See enabled lint rules.

The amount of changes is large but it's 100% automated changes.

@codecov

codecov Bot commented Nov 27, 2018

Copy link
Copy Markdown

Codecov Report

Merging #10193 into master will not change coverage.
The diff coverage is 98.96%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #10193   +/-   ##
=======================================
  Coverage   96.28%   96.28%           
=======================================
  Files          68       68           
  Lines        9796     9796           
=======================================
  Hits         9432     9432           
  Misses        364      364
Impacted Files Coverage Δ
lib/dialects/mysql/query-interface.js 100% <ø> (ø) ⬆️
lib/dialects/abstract/connection-manager.js 90.26% <100%> (ø) ⬆️
lib/model.js 96.77% <100%> (ø) ⬆️
lib/dialects/sqlite/query-interface.js 100% <100%> (ø) ⬆️
lib/dialects/postgres/query-generator.js 94.08% <100%> (ø) ⬆️
lib/associations/belongs-to.js 100% <100%> (ø) ⬆️
lib/associations/has-one.js 97.24% <100%> (ø) ⬆️
lib/sql-string.js 91.17% <100%> (ø) ⬆️
lib/dialects/mssql/query.js 92.96% <100%> (ø) ⬆️
lib/sequelize.js 96.36% <100%> (ø) ⬆️
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2c6b6e5...390563e. Read the comment docs.

@sushantdhiman sushantdhiman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks @SimonSchick

@sushantdhiman
sushantdhiman merged commit 2874c54 into sequelize:master Dec 9, 2018
@SimonSchick
SimonSchick deleted the chore/lint-spacing branch December 9, 2018 07:57
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.

2 participants