Skip to content

Fix Runic formatting in docs/make.jl#503

Merged
ChrisRackauckas merged 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:fix-ci-formatting-issues
Feb 9, 2026
Merged

Fix Runic formatting in docs/make.jl#503
ChrisRackauckas merged 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:fix-ci-formatting-issues

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Contributor

Summary

The makedocs() call closing bracket and parenthesis need to be on separate lines with a trailing comma per Runic v1 formatting rules.

Details

The format-check CI has been failing on master since commit 67743af (Jan 26). The Runic formatter requires:

  • Trailing comma after the last element in a collection literal
  • Closing ] and ) on separate lines

This was the only file flagged by Runic across the entire codebase (src/, ext/, test/, docs/make.jl all checked).

Test plan

  • Pkg.test() passes locally (all 4 test groups: Core, Methods, Extensions, Misc)
  • runic --check passes on all files
  • Documentation builds successfully locally

🤖 Generated with Claude Code

The format-check CI has been failing since the clarification.md PR was
merged. The closing bracket and parenthesis of the makedocs() call need
to be on separate lines with a trailing comma, per Runic v1 formatting
rules.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas merged commit d978f74 into SciML:master Feb 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants