- skipDiff for dependency header
- attach pre-release tags with their related lines
- add spaces before `|` and `&`
- add `export const` for constants
- fix type reference for multi-line code excerpt
- fix contextual keyword kind in property/method signature
- hide enum members from navigation list
- create a TypeName token for type parameter
- replace `export declare enum` with `export enum`
- group items by their kinds and add an order to the groups
* Remove default sub config sub-config-azure-cloud-test-resources
We no longer want to default the configuration and instead
default from the service connection which had the info we need.
* Fix quoting
* Add CompatibleConvertFrom-Yaml to common Package-Helpers
* Add CI artifact parsing to Save-Package-Properties, now each individual packageinfo.json file contains the relevant ci artifact lines for the package. This short circuits needing to re-parse this information in common checks.
* add placeholders
* add new placeholder comments
* exploring AST unfinished - minor emergency had to leave
* identifying some mismatched functions
* refactor checker and tests
* fix error with non-builtins decorators
* fine tuning and testing required
* add pylint report
* add ranked listing of reports
* format report as table
* add new verbs
* update report
* update reportcounts.md
* fix formatting for reportcounts.md
* update reportcounts.md
* minimal tests added
* Final Refactor
* not running multiple times picking up on different function types
* add TODOs
* removed code not reached
* Checks at a class level
* Looking into different connection_verify assignments
* Placeholders added back
* Checker base done
* exclue private namespaces and classes
* update reports
* Checker, Tests, & Readme done
* add new prefixes
* update unit tests
* remove reports
* remove commented code
* add checker to README
* Tidy Up
* Revert "Merge branch 'working-main' into approved_prefix"
This reverts commit 6d262e3c5c, reversing
changes made to 65e431f621.
* remove duplicate tests
---------
Co-authored-by: Alirose Burrell <16234397@massey.ac.nz>
Co-authored-by: JessicaBell00 <110268278+JessicaBell00@users.noreply.github.com>
Co-authored-by: 16234397 <110712668+16234397@users.noreply.github.com>
* add placeholders
* add new placeholder comments
* exploring AST unfinished - minor emergency had to leave
* identifying some mismatched functions
* refactor checker and tests
* fix error with non-builtins decorators
* fine tuning and testing required
* add pylint report
* add ranked listing of reports
* format report as table
* add new verbs
* update report
* update reportcounts.md
* fix formatting for reportcounts.md
* update reportcounts.md
* minimal tests added
* Base code and unit tests
More testing still to come
* Refactored class to be more specific
Also added more test cases
* Added to README
Also added one test and link for python implementation
* Update README / fix merging
* Final Refactor
* Fixed false positives
Edits to fix false positives from testing against SDKs. Added more unit tests
* not running multiple times picking up on different function types
* add TODOs
* removed code not reached
* Checks at a class level
* Looking into different connection_verify assignments
* Placeholders added back
* Checker base done
* exclue private namespaces and classes
* update reports
* Checker, Tests, & Readme done
* Update pylint_guidelines_checker.py
Fix another false positive from the SDKs
* Fix another false positive
Added corresponding test
* Check either sides of indices
Fixed another false positive
* add new prefixes
* update unit tests
* remove reports
* remove commented code
* add checker to README
* Tidy Up
* Add TODO comment re other cases to investigate
* Revert "Merge branch 'working-main' into exception-logging"
This reverts commit e2dcbb9095, reversing
changes made to 7e7256b13d.
* Make checker more explicit
Switch "." and "name" to ".__name__"
---------
Co-authored-by: Joshua Bishop <13187637+MJoshuaB@users.noreply.github.com>
Co-authored-by: Alirose Burrell <16234397@massey.ac.nz>
Co-authored-by: 16234397 <110712668+16234397@users.noreply.github.com>