Phorge.it Home is an app meant to be installed at www.phorge.it, so it should be marked as non-launchable.
Bonus: Fix arc unit by loading src/ on .arcconfig (knowing there is nothing to unit).
Details
Details
- Reviewers
avivey - Group Reviewers
O1: Blessed Committers (Owns No Changed Paths) - Commits
- R10:4fac8b0aa67c: Mark Phorge.it Home as non-launchable
- Go to https://we.phorge.it/applications/query/advanced/
- Set Launchable dropdown to Show Launchable Applications
- Ensure Phorge.it Home does not show up in the query results
Diff Detail
Diff Detail
- Repository
- R10 PhorgeIt Extension
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
So that users won't have to use the --nounit option. Because there are no unit tests, the unit tests path hasn't been taken care of properly and as a result, I get a non-loaded library exception with arc diff that can be fixed by making the changes to .arcconfig this revision has.