Releases: flindersuni/rpa-lint
Releases · flindersuni/rpa-lint
Minor bugfix release
Includes:
- RPA-366 - Fix command line options handling
Maintenance release
New in this release:
- Update package dependencies
- Update GitHub workflows
- Fix code lint errors and warnings
Filter the results
New in this release:
- RPA-345: Add a new CLI option
--filter
to filter the results by file name - RPA-346: Update package dependencies
Note
Filtering uses a simple endsWith comparison on the file path. More complex filtering can be added if required in a future release.
Maintenance release
New in this release:
- RPA-304: Fix code coverage reporting using stale data
- RPA-330: Fix handling of complex annotations on public workflows that do not have a help link
- RPA-331: Update Node.js dependencies
- RPA-332: Switch to GitHub Actions for CI related tasks
Minor maintenance release
Minor maintenance release, includes:
RPA-328 - Update project dependencies
Minor maintenance release
New in this version:
- RPA-305 - Implement a better fix for the security warnings for development dependencies
Maintenance release
Minor maintenance release
- RPA-300 Update package dependencies
- RPA-303 Add tests to test coverage
Maintenance release
This maintenance release includes:
- RPA-276 Fix handling of private workflows defined in project.json using latest schema
- RPA-277 Add ability to ignore paths to XAML files based on a directory name in the path
- RPA-278 Update Node.js packages to the latest major versions
New feature release
New features in version 1.2.0:
- RPA-194: Added a new style rule to ensure important activities have annotations
- RPA-224: Skip known arguments that have default values
- RPA-231: Skip known variables that have default values
- RPA-233: Add option to recursively search for XAML files
Bug fixes in version 1.2.0:
- RPA-223: Fix detection of complex annotations in public workflows
- RPA-242: Fix how rules targeting private workflows in library projects are used
- RPA-247: Fix UiPath library detection
Enhancements in version 2.1.0:
v1.1.0
New in this release:
- RPA-176 - Upgrade package dependencies
- RPA-177 - Add a style rule to warn against variables with default values
- RPA-178 - Add a style rule to warn against arguments with default values
- RPA-179 - UiPathProject class defines a list of XAML files to ignore by default
- RPA-191 - Add a style rule to error when arguments and variables have the same name
- RPA-192 - Update the public workflow annotation style rule to check for help links and tooltip text