https://github.com/uipath/workflow-inspector
A tool for evaluating UiPath Studio projects according to the best practices of workflow development.
https://github.com/uipath/workflow-inspector
Last synced: 10 months ago
JSON representation
A tool for evaluating UiPath Studio projects according to the best practices of workflow development.
- Host: GitHub
- URL: https://github.com/uipath/workflow-inspector
- Owner: UiPath
- License: other
- Created: 2019-03-14T09:26:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T07:34:33.000Z (over 5 years ago)
- Last Synced: 2025-01-12T10:10:17.857Z (12 months ago)
- Homepage:
- Size: 5.37 MB
- Stars: 5
- Watchers: 9
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.pdf
Awesome Lists containing this project
README
# Workflow-Inspector
A tool for evaluating UiPath Studio projects according to the best practices of workflow development.
## How to collaborate
This project welcomes the creation of new checks and other improvements to the tool.
Before making a pull request, please make sure of the following:
- Confirm that the project can be open and executed by UiPath Studio 2018.2.6
- New checks should follow the style of existing ones
- Workflows that implement new checks should pass the existing checks
- Add a clear explanation of the check in the Checklist file
- If a check is not universally applicable to all RPA projects, it should be added as a Custom check and be set by default to OFF in the Checklist file
- Add your name as the author of the check as well as a form of contact (like your GitHub profile page)