Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/rules/reserved.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_comment": "Names already used by Bludit core. A plugin in the directory must not collide with any of these. Regenerate with scripts/refresh_reserved.py against a Bludit checkout.",
"_comment": "Names already used by Bludit core. A plugin in the directory must not collide with any of these. Regenerate with .github/scripts/refresh_reserved.py against a Bludit checkout.",
"bluditVersion": "4.0.0-beta-1",
"bundledPluginIds": [
"about",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

python3 - <<'PYTHON' > comment.md
import glob, json, os, sys
sys.path.insert(0, 'scripts')
sys.path.insert(0, '.github/scripts')
from render import render, MARKER

reports = sorted(p for p in glob.glob('analyzer-report/*.json'))
Expand Down
Loading