mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-06 04:57:44 +00:00
fix: target quantalib.csproj instead of .slnx for inspectcode
Analysis of full .slnx (800+ files across 5 projects) still times out even with --no-build. Target lib/quantalib.csproj directly to scope analysis to the main library (~400 files). Consistent with proven local inspectcode approach.
This commit is contained in:
@@ -83,7 +83,7 @@ jobs:
|
||||
- name: Run ReSharper InspectCode (SARIF)
|
||||
run: |
|
||||
set +e
|
||||
jb inspectcode QuanTAlib.slnx \
|
||||
jb inspectcode lib/quantalib.csproj \
|
||||
--no-build \
|
||||
--include="**/*.cs" \
|
||||
--format=sarif \
|
||||
|
||||
Reference in New Issue
Block a user