GitLab CI Lint - UI Enhancer

★★★★★
★★★★★
26 users
<
>
New Era Men's Navy U.S. Paralympics Color Block A-Frame Trucker 9FORTY Adjustable Hat - Navy
★★★★★
★★★★★
Wd - Easystore 16tb External Usb 3.0 Hard Drive - Black
★★★★★
★★★★★
NVIDIA RTX 3090 24GB Founders Edition W/Box - Electronics | Color: Silver
★★★★★
★★★★★
Celtic Light Up Yo Yo
★★★★★
★★★★★
2024 Topps Chrome U.s. Olympic And Paralympic Hopefuls 136 Mohamed
★★★★★
★★★★★
World Decorator Wall Map - Tubed (46" x 30")
★★★★★
★★★★★

GitLab CI Lint - UI Enhancer attempts to improve user experience of using CI Lint tool available on gitlab.com

The CI Lint on gitlab.com as of today displays the CI pipeline job script code of each script in a single line, no matter the length of script and that too with no syntax highlighting, which is pain while trying to debug/review your CI pipeline code. This behaviour becomes even more painful if your .gitlab-ci.yml uses a lot of include statements.

Well, no more ...!

This extension makes the displayed scripts multiline by replacing the '\n' string with new line character and performs the syntax highlighting, which vastly improves readability of your GitLab CI pipeline scripts.

User can simply click on the extension icon or use keyboard shortcut 'Ctrl+Shift+W' to execute the behaviour.

Simply reload the page to go back to original view.
Related