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

Fix mastarm lint and resulting linting errors #425

Merged
merged 1 commit into from
Feb 19, 2019
Merged

Fix mastarm lint and resulting linting errors #425

merged 1 commit into from
Feb 19, 2019

Conversation

evansiroky
Copy link
Contributor

@evansiroky evansiroky commented Feb 19, 2019

Checklist

  • Appropriate branch selected (all PRs must first be merged to dev before they can be merged to master)
  • Any modified or new methods or classes have helpful JSDoc and code is thoroughly commented
  • The description lists all applicable issues this PR seeks to resolve
  • The description lists any configuration setting(s) that differ from the default settings
  • All tests and CI builds passing

Description

This PR fixes the mastarm lint command which was not properly reporting linting errors on various files (#424). The lint command now checks all js files in the __mocks__, __tests__, lib and scripts directories. Also, all the offending linting errors that were surfaced are fixed in this PR.

@codecov-io
Copy link

codecov-io commented Feb 19, 2019

Codecov Report

Merging #425 into dev will increase coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##             dev    #425      +/-   ##
========================================
+ Coverage   5.29%    5.3%   +<.01%     
========================================
  Files        322     322              
  Lines      15475   15469       -6     
  Branches    4674    4674              
========================================
  Hits         820     820              
+ Misses     12503   12497       -6     
  Partials    2152    2152
Impacted Files Coverage Δ
lib/gtfs/util/index.js 4.34% <ø> (ø) ⬆️
lib/public/components/PublicHeader.js 0% <ø> (ø) ⬆️
lib/manager/components/UserHomePage.js 0% <ø> (ø) ⬆️
lib/gtfs/components/GtfsMap.js 0% <ø> (ø) ⬆️
lib/public/components/PublicLandingPage.js 0% <ø> (ø) ⬆️
lib/gtfsplus/components/GtfsPlusEditor.js 0% <ø> (ø) ⬆️
lib/gtfsplus/components/GtfsPlusTable.js 0% <ø> (ø) ⬆️
lib/manager/components/CreateFeedSource.js 0% <0%> (ø) ⬆️
lib/gtfsplus/actions/gtfsplus.js 0% <0%> (ø) ⬆️

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 5c08d81...e3da05e. Read the comment docs.

Copy link
Contributor

@landonreed landonreed left a comment

Choose a reason for hiding this comment

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

Awesome, thanks for fixing.

@landonreed landonreed merged commit 3c5ede9 into dev Feb 19, 2019
@landonreed landonreed deleted the fix-lint branch February 19, 2019 21:29
@landonreed
Copy link
Contributor

🎉 This PR is included in version 4.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants