12 repository-uri
Tools for static analysis, debugging, and maintaining code standards.
Explore 12 awesome GitHub repositories matching part of an awesome list · Code Quality and Debugging. Refine with filters or upvote what's useful.
SwiftLint is a static analysis tool and code formatter designed to enforce consistent coding styles and identify semantic issues within Swift source code. It functions as a command-line utility that evaluates code against established conventions to ensure uniform structure and architectural standards across a project. The tool distinguishes itself through a custom linting engine that leverages compiler-integrated syntax analysis to perform deep inspections of code structure. Beyond simple pattern matching, it supports automated source code transformation to correct formatting violations and r
Tool for enforcing Swift code style and conventions.
FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated suite for inspecting and modifying the internal state of a running process without the use of an external debugger. The project includes a runtime inspector for browsing the memory heap and calling methods dynamically, alongside a view hierarchy debugger for visualizing and adjusting layout structures in real time. It features a network traffic monitor to log and analyze HTTP request history, headers, and responses, as well as a sandbox manager for viewing and editing files and
In-app debugging and exploration tool.
Chisel is a collection of LLDB debugging extensions and tools for inspecting and manipulating the user interface of iOS applications. It provides utilities for tracing responder chains, traversing view hierarchies, and modifying UI elements during runtime. The toolset distinguishes itself through specialized visual debugging capabilities, including a suite for toggling view visibility and borders to isolate layout issues, as well as a system to export colors and images from a running app to a desktop previewer for asset verification. The project covers a broad range of UI diagnostic capabili
Collection of LLDB commands for iOS debugging.
Small library of visual debugging tools for iOS.
Visual debugging tool for iOS interfaces.
Class for logging excessive blocking on the main thread
Logs tasks that block the main thread.
Commit fully-formatted Objective-C as a team without even trying.
Tool for maintaining consistent code formatting in teams.
SwiftCop is a validation library fully written in Swift and inspired by the clarity of Ruby On Rails Active Record validations.
Format validation library for Swift.
Custom assertions for generating errors and debugging.
Scripts for enforcing code quality during compilation.