Written by

Open Exchange and Partner directory product owner at InterSystems
Announcement Elena E · Sep 6, 2022

New Open Exchange Feature - ObjectScript Quality status

If you utilize Quality Code Analyzer  in your open source application this will be shown on Open Exchange:


1. On the main OEx page you can filter all the apps which passed Object Script Quality test

2. On the public application page (example) you will see that in info box:

3. On the page where you manage your apps you will see the quality check status:


No Data - if the Quality check is not installed in your repo
Passed - if the code passed the test
Failed - if the test was failed. This won't be shown on public app page

 

UPD! The file to add to your repo now you can also find on Open Exchange  Community objectscriptQuality

Comments

Evgeny Shvarov · Sep 8, 2022

If you want to add a quality check to your applications, just add this file to the GitHub repository. This will perform a check automatically with every commit.

0