mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 04:28:04 +00:00
- Updated Bessel, Bilateral, Blma, Butter, Conv, Ema, Kama, LSMA, MAMA, MGDI, SSF, USF, ATR, ADL, and ADOSC documentation to use bullet points for key concepts and features. - Added a new Qodana configuration file for code analysis. - Removed coverage configuration from Quantower.Tests.csproj to streamline testing setup.
18 lines
734 B
JSON
18 lines
734 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet test:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit -m \"$\\(cat <<''EOF''\nRemove coverlet.msbuild to fix BadImageFormatException warnings\n\nSwitch from coverlet.msbuild to coverlet.collector approach to eliminate\nPDB-related warnings on .NET 10. Add runsettings file for optional coverage.\n\n🤖 Generated with [Claude Code]\\(https://claude.com/claude-code\\)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\nEOF\n\\)\")",
|
|
"Bash(git push:*)",
|
|
"Bash(dotnet build:*)",
|
|
"Bash(where:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(qodana scan:*)",
|
|
"Bash(dir:*)",
|
|
"Bash(docker info:*)",
|
|
"Bash(npx markdownlint-cli:*)"
|
|
]
|
|
}
|
|
}
|