-
Notifications
You must be signed in to change notification settings - Fork 17
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
A bunch of lint errors #233
Comments
romandev
added a commit
that referenced
this issue
Feb 14, 2018
There were a bunch of lint errors in latest code base. We are not sure why this happened but it's a blocker for many pending patches. So, we should disable them temporarily and then re-enable them later (after investigating in details). This patch disables the following lint-rules: - no-implicit-dependencies - no-submodule-imports - no-unnecessary-class ISSUE=#233
romandev
added a commit
that referenced
this issue
Feb 14, 2018
There were a bunch of errors in latest code base. We are not sure why this happened but it's a blocker for many pending patches. So, we should disable them temporarily and then re-enable them later (after investigating in details). This patch disables the following lint-rules: - no-implicit-dependencies - no-submodule-imports - no-unnecessary-class This patch also disables the following build: - `./bacardi build_electron` ISSUE=#233
romandev
added a commit
that referenced
this issue
Feb 14, 2018
There were a bunch of errors in latest code base. We are not sure why this happened but it's a blocker for many pending patches. So, we should disable them temporarily and then re-enable them later (after investigating in details). This patch disables the following lint-rules: - no-implicit-dependencies - no-submodule-imports - no-unnecessary-class This patch also disables the following build: - `./bacardi build_electron` ISSUE=#233
If you remove ^ for all lint packages in package.json, those issues are gone. :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a ...
General information
Prerequisites
Description
There were a bunch of lint errors in latest code base. We are not sure why this happened but it's a blocker for many pending patches. We doubt upstream package's change but we should investigate it in details.
Steps to Reproduce
./bacardi lint_ts
Expected behavior:
No errors
Actual behavior:
You can see a bunch of errors
Context (Environment)
Operating System
The text was updated successfully, but these errors were encountered: