Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
fireblade-engine
/
math
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
7
Star
49
Code
Issues
1
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Resolve SwiftLint violations and preserve type annotations
- #60
#60
Merged
ctreffs
merged 21 commits into
master
fireblade-engine/math:master
from
lint
fireblade-engine/math:lint
Copy head branch name to clipboard
Aug 24, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
Resolve SwiftLint violations and preserve type annotations
#60
ctreffs
merged 21 commits into
master
fireblade-engine/math:master
from
lint
fireblade-engine/math:lint
Copy head branch name to clipboard
Commits
Commits on Aug 24, 2026
Disable redundant_type_annotation rule in SwiftLint configuration
ctreffs
committed
ba82762
View commit details
Copy full SHA for ba82762
Browse repository at this point
docs: add SwiftLint issues worklist
ctreffs
committed
88cb41e
View commit details
Copy full SHA for 88cb41e
Browse repository at this point
style: fix let_var_whitespace warning in Quat.swift
ctreffs
committed
ba41d5b
View commit details
Copy full SHA for ba41d5b
Browse repository at this point
style: fix opening_brace warnings in MatrixStorage+SIMD.swift
ctreffs
committed
f42defc
View commit details
Copy full SHA for f42defc
Browse repository at this point
style: fix computed_accessors_order warnings in QuaternionStorage+NO_SIMD.swift
ctreffs
committed
4873c7f
View commit details
Copy full SHA for 4873c7f
Browse repository at this point
style: fix multiline_arguments warnings in matrix.swift
ctreffs
committed
763a03d
View commit details
Copy full SHA for 763a03d
Browse repository at this point
refactor: fix identical_operands warnings in sign.swift using isNaN
ctreffs
committed
2c0f192
View commit details
Copy full SHA for 2c0f192
Browse repository at this point
style: fix todo warning in MatrixStorage+NO_SIMD.swift
ctreffs
committed
3eabdc5
View commit details
Copy full SHA for 3eabdc5
Browse repository at this point
style: fix attributes warnings across matrix and quaternion types
ctreffs
committed
25f751f
View commit details
Copy full SHA for 25f751f
Browse repository at this point
style: replace blanket swiftlint disable with scoped disable:next
ctreffs
committed
6022e9e
View commit details
Copy full SHA for 6022e9e
Browse repository at this point
refactor: group orthographic projection parameters into bounds tuple
ctreffs
committed
949523f
View commit details
Copy full SHA for 949523f
Browse repository at this point
Revert "refactor: group orthographic projection parameters into bounds tuple"
Show description for 7c1e7df
ctreffs
committed
7c1e7df
View commit details
Copy full SHA for 7c1e7df
Browse repository at this point
style: suppress function_parameter_count for orthographic projection methods
ctreffs
committed
2395765
View commit details
Copy full SHA for 2395765
Browse repository at this point
style: suppress large_tuple warning for 3x3 matrix column properties
ctreffs
committed
3a95f9d
View commit details
Copy full SHA for 3a95f9d
Browse repository at this point
style: suppress file_length warning in Matrix+Multiplication.swift
ctreffs
committed
2f85272
View commit details
Copy full SHA for 2f85272
Browse repository at this point
style: fix identifier_name warnings by expanding single-letter parameter and local variable names
ctreffs
committed
50431c3
View commit details
Copy full SHA for 50431c3
Browse repository at this point
style: declare operator functions as static methods in type extensions
ctreffs
committed
384e05c
View commit details
Copy full SHA for 384e05c
Browse repository at this point
style: refine inline swiftlint disable comments across matrix types
ctreffs
committed
355e358
View commit details
Copy full SHA for 355e358
Browse repository at this point
chore: remove temporary SWIFTLINT_ISSUES.md worklist
ctreffs
committed
273ad67
View commit details
Copy full SHA for 273ad67
Browse repository at this point
Dedicated lines
ctreffs
committed
05b02f0
View commit details
Copy full SHA for 05b02f0
Browse repository at this point
build: disable redundantType and wrapMultilineStatementBraces in .swiftformat
ctreffs
committed
0b271e0
View commit details
Copy full SHA for 0b271e0
Browse repository at this point
You can’t perform that action at this time.