T3060
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project
arc lint returns ok
type let status at top of web/alias-server/index.js
arc lint returns an issue
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 22847 Build 45314: Build Diff alias-server-tests Build 45313: arc lint + arc unit
Event Timeline
Comment Actions
Please run arc lint --everything, check everything is OK and add it to the test plan.
Linting a single file doesn't indicate that all the files are passing the linter with no issue.
Comment Actions
OK I see you did in the t follow up.
You should reverse the order: first fix the linting issues, then enable a linter that would make sure the files will remain consistent across the project.
Doing it otherwise lets the repo in an undefined state.
Comment Actions
Abandoning + rebuilding as applying all of these changes in part one messed up the rebase in part 2
See D13509