quality
Automate your code review with style, quality, security, and test‑coverage checks when you need them most. Code quality is intended to keep complexity down and runtime up.
Here are 539 public repositories matching this topic...
Lossy PNG compressor — pngquant command based on libimagequant library
-
Updated
Jan 16, 2022 - C
A collection of public resources about how software companies test their software
-
Updated
May 3, 2022 - HTML
Code smell detector for Ruby
-
Updated
May 27, 2022 - Ruby
Copy/paste detector for programming source code.
-
Updated
Jun 1, 2022 - TypeScript
Code Climate CLI
-
Updated
Jun 3, 2022 - Ruby
Beautiful and understandable static analysis tool for PHP
-
Updated
May 20, 2022 - PHP
StyleFlow: Attribute-conditioned Exploration of StyleGAN-generated Images using Conditional Continuous Normalizing Flows (ACM TOG 2021)
-
Updated
May 26, 2022 - Python
An ultra-fast all-in-one FASTQ preprocessor (QC/adapters/trimming/filtering/splitting/merging...)
-
Updated
May 19, 2022 - C++
-
Updated
Jun 3, 2022 - Java
-
Updated
Jun 2, 2022 - JavaScript
Tooling that helps you do quality, faster.
-
Updated
Jun 1, 2022 - TypeScript
Project Guidelines for the Android Buffer App
-
Updated
Jun 22, 2020 - Shell
That should be a configurable line count. For example, when max-line-count is configured to 5, a callback with <5 lines of code will not be linted. This ensures that very short callback code can exist there, which can make code quite clean.
Palette quantization library that powers pngquant and other PNG optimizers
-
Updated
Mar 25, 2022 - Rust
Which will behave like that
let settings = await prettyConfig('rollup', { configFiles })
if (!settings) {
settings = await prettyConfig('rolldown', { configFiles })
}
console.log(settings)instead of above we can hide it to look like that
const settings = await prettyConfig(['rollup', 'rolldown'], { configFiles })
if (!settings) {
console.log('no config fileQualitis is a one-stop data quality management platform that supports quality verification, notification, and management for various datasource. It is used to solve various data quality problems caused by data processing. https://github.com/WeBankFinTech/Qualitis
-
Updated
May 19, 2022 - Java
Code and information for face image quality assessment with SER-FIQ
-
Updated
Mar 12, 2022 - Python
Quality Police for Java projects: aggregator of Checkstyle, PMD, and SpotBugs
-
Updated
May 6, 2022 - Java
VIVIDUS is all in one test automation tool
-
Updated
Jun 3, 2022 - Java
Eslint plugin checking architecture boundaries between elements
-
Updated
Jun 2, 2022 - JavaScript
PyTorch Image Quality Assessement package
-
Updated
Apr 18, 2022 - Python
We currently support LLVM 9, 10, and 11. We should consider dropping one or two of those and supporting LLVM 12 and 13.
I took a quick stab at this in #15, but gave up since it wasn't as simple as a few API changes.
Measure the churn/complexity ratio. Higher values mean hotspots where refactorings should happen.
-
Updated
Jun 1, 2022 - TypeScript


Related with nunomaduro/phpinsights#23 will be a great idea to allow set all commands parameters from
config/insights.phpwhen is used withphp artisan insights.Maybe something like:
'parameters' => '--format=json -d memo