Bump splunk-appinspect from 4.3.0 to 4.3.1 - #148
Merged
Conversation
AppInspect 4.3.0 added check_for_custom_mako_templates as a FUTURE failure. It flags UCC's appserver/templates/base.html by path only, and its exit code 104 fails the lint. 4.3.1 demotes this check (and two other 4.3.0 FUTURE checks) to warnings, which precious already accepts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
oschwald
approved these changes
Aug 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AppInspect 4.3.0 added
check_for_custom_mako_templatesas a FUTURE failure. It flags UCC'sappserver/templates/base.htmlby path only (the file is plain HTML), and its exit code 104 turns the appinspect lint red.4.3.1 (released 2026-08-19) demotes this check, plus the two other 4.3.0 FUTURE checks, from
FailMessagetoWarningMessage. Warnings exit 103, which.precious.tomlalready lists inok-exit-codes, soprecious lint --command appinspectpasses again with no config change.The underlying UCC
base.htmlissue is still unfixed upstream, so this may return when AppInspect 4.4.0 enforces it.Only
uv.lockchanges; the>=4.3.0pin stays.🤖 Generated with Claude Code