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
Accelerator
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
.
smithlabcode
/
falco
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
137
Code
Issues
12
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Updating code for suggestions from clang-tidy
- #120
#120
Merged
andrewdavidsmith
merged 13 commits into
main
smithlabcode/falco:main
from
clang-tidy-updates
smithlabcode/falco:clang-tidy-updates
Copy head branch name to clipboard
Aug 22, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Updating code for suggestions from clang-tidy
#120
andrewdavidsmith
merged 13 commits into
main
smithlabcode/falco:main
from
clang-tidy-updates
smithlabcode/falco:clang-tidy-updates
Copy head branch name to clipboard
Commits
Commits on Aug 20, 2026
.clang-tidy: updating the checks and exclusions for clang-tidy
andrewdavidsmith
committed
bd85407
View commit details
Copy full SHA for bd85407
Browse repository at this point
src/falco_word.hpp: removing pointer arithmetic and some magic numbers
andrewdavidsmith
committed
d58defd
View commit details
Copy full SHA for d58defd
Browse repository at this point
src/falco_utils.hcpp: changes to satisfy clang-tidy including swapping in iterators and fixing magic numbers
andrewdavidsmith
committed
41446a7
View commit details
Copy full SHA for 41446a7
Browse repository at this point
src/falco.cpp: fixing a nolint
andrewdavidsmith
committed
9c32cbc
View commit details
Copy full SHA for 9c32cbc
Browse repository at this point
Commits on Aug 21, 2026
src/falco_utils.hcpp: some simplifcation of type names and using span to avoid unchecked array bounds issues; additional simplifications
andrewdavidsmith
committed
b42db9b
View commit details
Copy full SHA for b42db9b
Browse repository at this point
src/html.cpp: replacing direct array access with spans in some functions
andrewdavidsmith
committed
7c40645
View commit details
Copy full SHA for 7c40645
Browse repository at this point
src/results_collector.hpp and src/results_summary.hpp: replacing gc_content_array with gc_content_t because it's not an array anymore
andrewdavidsmith
committed
6efb530
View commit details
Copy full SHA for 6efb530
Browse repository at this point
src/kmer_counter.cpp: removing some nolints and replacing the 'bases' var in decode_kmer with a global one that's used elsewhere though in fewer places than exptected
andrewdavidsmith
committed
2682e9e
View commit details
Copy full SHA for 2682e9e
Browse repository at this point
src/duplication_results.cpp: more changes suggested by static analysis
andrewdavidsmith
committed
5b1f36d
View commit details
Copy full SHA for 5b1f36d
Browse repository at this point
src/report.cpp: changes suggested by clang-tidy
andrewdavidsmith
committed
c568cf2
View commit details
Copy full SHA for c568cf2
Browse repository at this point
src/html.cpp: reverting the previous change related to colors for plotting sequence content
andrewdavidsmith
committed
65bb7ac
View commit details
Copy full SHA for 65bb7ac
Browse repository at this point
src/falco_config.cpp: some simplification in load_config_and_set_graders function
andrewdavidsmith
committed
3e8746d
View commit details
Copy full SHA for 3e8746d
Browse repository at this point
src/falco_utils.hpp: defining static constexpr global structures as arrays but declaring spans to use them without direct array access
andrewdavidsmith
committed
b3c89f3
View commit details
Copy full SHA for b3c89f3
Browse repository at this point
You can’t perform that action at this time.