4 रिपॉजिटरी
Programmatically applying edits to source code to resolve detected static analysis issues.
Distinct from Automatic Lint Fixes: Distinct from lint fixes by targeting a wider range of type and logic issues beyond just style.
Explore 4 awesome GitHub repositories matching software engineering & architecture · Automated Code Fixes. Refine with filters or upvote what's useful.
Phan is a static analyzer and type checker for PHP that identifies bugs and type incompatibilities without executing the code. It serves as a quality gate for continuous integration pipelines and a tool for verifying type safety, specifically checking union types, generics, and array shapes. The project is distinguished by its use of a background daemon and Language Server Protocol implementation, which provide real-time diagnostics and navigation within editors. It also features a baseline-based suppression system that allows developers to record existing errors in a snapshot file to focus e
Automatically resolves a subset of detected issues by applying programmatic byte-range edits to the source.
यह प्रोजेक्ट Rust प्रोग्रामिंग भाषा सीखने के लिए एक स्थानीयकृत शैक्षिक संसाधन है, जो सरलीकृत चीनी (Simplified Chinese) में अनुवादित एक व्यापक गाइड और तकनीकी विनिर्देश प्रदान करता है। यह भाषा के मुहावरों, मेमोरी प्रबंधन और टाइप सिस्टम का अध्ययन करने के लिए एक निर्देशात्मक टूल के रूप में कार्य करता है। रिपॉजिटरी सॉफ़्टवेयर दस्तावेज़ीकरण स्थानीयकरण पर केंद्रित है, जो गैर-अंग्रेजी बोलने वालों के लिए पहुंच बढ़ाने के लिए आधिकारिक गाइड को सरलीकृत चीनी में परिवर्तित करती है। यह सामग्री को व्यवस्थित करने के लिए एक मार्कअप-बेस्ड सिस्टम का उपयोग करता है और वेब और ऑफ़लाइन देखने के लिए स्टेटिक HTML, PDF और EPUB फ़ॉर्मेट्स में मल्टी-फ़ॉर्मेट एक्सपोर्ट का समर्थन करता है। सामग्री Rust तकनीकी डोमेन की एक विस्तृत श्रृंखला को कवर करती है, जिसमें ओनरशिप और बॉरोइंग जैसे मेमोरी प्रबंधन प्रिमिटिव्स, ट्रेड्स और जेनेरिक्स से जुड़ी उन्नत भाषा डिज़ाइन और व्यापक त्रुटि प्रबंधन रणनीतियां शामिल हैं। यह प्रोग्रामिंग के मूल सिद्धांतों, डेटा मॉडलिंग और बिल्ड और डिपेंडेंसी प्रबंधन के लिए डेवलपर उत्पादकता टूल के उपयोग का भी विवरण देता है।
Describes the automatic application of suggested code changes to resolve compiler warnings and migrate editions.
Include What You Use एक C++ इंक्लूड ऑप्टिमाइज़र और हेडर डिपेंडेंसी एनालाइज़र है। यह प्रोजेक्ट ब्लोट को कम करने और संकलन (compilation) प्रदर्शन में सुधार करने के लिए सोर्स फाइलों में अप्रयुक्त या गायब हेडर इंक्लूड्स की पहचान करता है। यह टूल सिंबल उपयोग को मैप करने और अलग-अलग बिल्ड कॉन्फ़िगरेशन में प्रीप्रोसेसर प्रभावों को ट्रैक करने के लिए Clang-आधारित एब्सट्रैक्ट सिंटैक्स ट्री का उपयोग करके स्टेटिक विश्लेषण करता है। यह गणना की गई डिपेंडेंसी ग्राफ के आधार पर प्रीप्रोसेसर डायरेक्टिव्स को डालकर या हटाकर स्वचालित रूप से सोर्स फाइलों को फिर से लिख सकता है। यह सिस्टम प्रत्येक सोर्स फाइल के लिए उपयोग किए गए सटीक कंपाइलर फ्लैग्स को निर्धारित करने के लिए संकलन डेटाबेस के साथ एकीकृत होता है, जिससे पूरे प्रोजेक्ट में डिपेंडेंसी का विश्लेषण और छंटाई (pruning) संभव हो जाती है।
Provides a command-line interface to automatically apply source code edits that fix missing or unused includes.
Semistandard is a static analysis tool and automated code formatter designed to enforce consistent JavaScript syntax and formatting standards across a codebase. It functions as a linter that identifies deviations from established style rules and provides automated corrections to resolve formatting errors without manual intervention. The tool is distinguished by its specific focus on semicolon usage, ensuring that all statements adhere to a uniform syntax standard. It provides comprehensive style management by verifying code against predefined rules and blocking non-compliant submissions withi
Automatically modifies source files to resolve formatting violations identified during static analysis.