Gary Miguel
b67c0f639c
Remove filter_mode input from pyflakes GitHub action ( #11644 )
...
Previously it triggered:
`Warning: Unexpected input(s) 'filter_mode', valid inputs are ['entryPoint', 'args', 'github_token', 'level', 'reporter']`
2022-05-27 07:59:17 -07:00
Justin Chu
d9c9adb78b
Add python static type checking in CI checks ( #11518 )
...
- Enable pyright and pylint (https://github.com/microsoft/pyright ) in CI
- Enable pyright, pylint and bandit by default in VS code
Pylint has some good style checks. pyright is Microsoft's static type checker.
2022-05-16 13:26:56 -07:00
Justin Chu
f94b25933a
ci(cpplint): Ignore runtime/references warnings ( #11499 )
...
Allow non-const references 6f85d3e5c8/docs/Coding_Conventions_and_Standards.md (L11-L12)
2022-05-12 07:51:45 -07:00
Justin Chu
4ec5fe5c8a
Github action: Inline lint python / js / cpp ( #11328 )
...
Uses the reviewdog action which supports inline reporting.
2022-04-26 14:17:28 -07:00
Faruk D
a00d24066a
Fix CITATION.cff and add automatic validation of your citation metadata ( #10478 )
...
* Add cffconvert.yml to validate CITATION.cff
* Fix CITATION.cff by removing duplicate title and correcting the license
Co-authored-by: Abel Soares Siqueira <abel.s.siqueira@gmail.com>
2022-04-13 10:03:52 -07:00
Nat Kershaw (MSFT)
2d961604b1
Refactor Python API docs to better explain IO binding scenarios ( #10651 )
2022-03-15 09:40:59 -07:00
Nat Kershaw (MSFT)
d52d3c0052
Update C/C++ API docs automation to create a PR (instead of push to publish branch) ( #10093 )
2022-01-07 16:16:47 -08:00
Nat Kershaw (MSFT)
0c517112c4
Automate Python API docs generation ( #10116 )
2022-01-03 18:22:22 -08:00
Nat Kershaw (MSFT)
b4434c7694
Automate generation of C/C++ API docs ( #9997 )
2021-12-10 17:45:50 -08:00