What is a Linter and Why Should You Use One?
What is a Linter? A linter is a tool used in software development for improving code quality. It analyzes static source code to identify issues that could lead ...
Featured Articles
What is JUnit XML?
What is JUnit XML? JUnit XML is an output format used by software testing frameworks. While most frameworks also produce plain text output meant for a human rea...
Parallel Mode with Bazel
Leveraging parallel mode for Trunk Merge is easy for Bazel-enabled repos because Bazel already knows the structure of your code and can automatically generate a...
What is a Logical Merge Conflict?
We are all familiar with a git merge conflict which is triggered when two engineers modify the same line or block of code. Git merge conflicts occur when two co...
No content matches your
search, try again :(
Latest Articles
Comparing Ruff, Flake8, and Pylint | Linting Speed
Managing Flaky Tests at Scale: Detection and QuarantiningChoosing the right linter can make a big difference in your coding process. Linters help catch errors and enforce code standards before you even run y...
What is Github Merge Queue? | A Quick Overview
Managing Flaky Tests at Scale: Detection and QuarantiningGitHub's merge queue is a handy tool for teams dealing with many pull requests. It helps manage the flow of code changes, making sure everything runs ...
Managing Flaky Tests at Scale: Detection and Quarantining
Managing Flaky Tests at Scale: Detection and QuarantiningFlaky test detection identifies tests that produce inconsistent results without changes to the code or test environment. Imagine a test that passes on...
What is a monorepo and should you use one?
Managing Flaky Tests at Scale: Detection and QuarantiningA monorepo, short for "monolithic repository," centralizes all your code in one place. This approach contrasts with multi-repo setups, where each proj...
Gitleaks vs Trufflehog: Comparing Secret Scanning Tools
Managing Flaky Tests at Scale: Detection and QuarantiningWhen working with code repositories, ensuring the security of your secrets is crucial. Two popular tools for this task are Gitleaks and Trufflehog. Bo...
What is MegaLinter?
Managing Flaky Tests at Scale: Detection and QuarantiningMegaLinter is a powerful tool for developers. It helps ensure your code is clean and consistent across multiple programming languages. By integrating ...
No content matches your
search, try again :(