-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
IG Inspector by Illuminated G - Toolkit for LabVIEW Download
Code inspector to help identify unsafe code. Used for Summer of LabVIEW auto scoring.
Version | 0.5.1.4 |
Released | Jun 25, 2024 |
Publisher | Illuminated G |
License | MIT |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Discussion |
Description
Utilities for running a variety of checks on VIs for unsafe operations.
The disallowed functions, nodes, and subVIs are configurable. When run, any identified issues are collected in an array per VI searched and an error with a summary is generated.
This library is intended to be reused across Summer of LabVIEW automated scoring tools but can also be built into other automated code inspection tools.
Release Notes
0.5.1.4
(Jun 25, 2024)
0.5.1.4
- ClassName check needs to happen last as it is a terminating test.
derrickb
was a contributor to this release