-
Notifications
You must be signed in to change notification settings - Fork 14
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 lint errors caused by bad-sim-text.js #736
Comments
Actually regarding number "2" above, there are two ways to ignore the rule, and since the rule is set up to apply to the whole file (not individual lines), I think I prefer cd675bd I think we should have a vote attached to this comment; to vote add a reaction to this comment. If you would like to use If you would like to use EDIT: developer discretion sounds totally find for this too. |
Signed-off-by: Chris Malley <[email protected]>
Signed-off-by: Chris Malley <[email protected]>
Signed-off-by: Chris Malley <[email protected]>
Signed-off-by: Chris Malley <[email protected]>
Signed-off-by: Chris Malley <[email protected]>
Signed-off-by: Chris Malley <[email protected]>
My sims are fixed, all passing lint. |
The repos assigned to me are now completed. |
Signed-off-by: Chris Malley <[email protected]>
Works for me. |
Signed-off-by: Chris Malley <[email protected]>
Signed-off-by: Chris Malley <[email protected]>
I've fixed the sims for which I am the responsible developer and have committed the change to the 'bad-sim-text' value to turn on the stricter checking. I'll watch CT for the next hour or so to make sure it doesn't cause a bunch of failures. |
I'm not seeing any unusual failures on CT, so I think this can be closed. I'm going to assign it back to @zepumph since I think everything is done but would like someone who is more familiar with the issue to make sure I'm not missing anything. |
bad-text should be rewritten so that it can provide line-specific failures, then we can use |
Should this still be labeled for developer meeting? If so, what feedback do you want? |
This reverts commit 2bf5ac14
Signed-off-by: Chris Malley <[email protected]>
Signed-off-by: Chris Malley <[email protected]>
from #728, there were 74 errors that were caused by adding
bad-sim-text
lint rule:Here are the affected repos:
To fix this, one of three actions should occur:
.eslintrc.js
file that specifies the correct lint rules, seechipper/eslint/README
for more details.To trigger there errors, got to
chipper/eslint/sim_eslintrc.js
and change thebad-sim-text
rule to error (value of2
). Assigning all responsible devs for above sims. I assigned myself to common code repos because they may be less straightforward.The text was updated successfully, but these errors were encountered: