Page MenuHomePhabricator

[arc lint] Add alias-server to linter
AbandonedPublic

Authored by bytesofman on Mar 29 2023, 13:55.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Summary

T3060

Test Plan

arc lint returns ok
type let status at top of web/alias-server/index.js
arc lint returns an issue

Diff Detail

Event Timeline

Fabien requested changes to this revision.Mar 30 2023, 17:27
Fabien added a subscriber: Fabien.

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.

This revision now requires changes to proceed.Mar 30 2023, 17:27

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.

revert .arclint addition; lint everything here

Abandoning + rebuilding as applying all of these changes in part one messed up the rebase in part 2

See D13509