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 530 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
Jan 29, 2022 - HTML
Code smell detector for Ruby
-
Updated
Jan 25, 2022 - Ruby
Copy/paste detector for programming source code.
-
Updated
Jan 14, 2022 - TypeScript
Code Climate CLI
-
Updated
Jan 25, 2022 - Ruby
Beautiful and understandable static analysis tool for PHP
-
Updated
Dec 2, 2021 - PHP
StyleFlow: Attribute-conditioned Exploration of StyleGAN-generated Images using Conditional Continuous Normalizing Flows (ACM TOG 2021)
-
Updated
Jan 21, 2022 - Python
An ultra-fast all-in-one FASTQ preprocessor (QC/adapters/trimming/filtering/splitting/merging...)
-
Updated
Jan 5, 2022 - C++
-
Updated
Jan 28, 2022 - Java
Tooling that helps you do quality, faster.
-
Updated
Jan 15, 2022 - TypeScript
Project Guidelines for the Android Buffer App
-
Updated
Jun 22, 2020 - Shell
-
Updated
Jan 29, 2022 - JavaScript
During code review today I just noticed a repeated pattern:
void processResponse(GetSettingsResponse settings) {
...
}
await SettingsApi().getSettings().then(processResponse);From my knowledge of Dart, there is nothing bad in processing future results using then chain. However, my preference and (from my experience) more "standard" way to process promise results would
Palette quantization library that powers pngquant and other PNG optimizers
-
Updated
Jan 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
Jan 21, 2022 - Java
Code and information for face image quality assessment with SER-FIQ
-
Updated
Jan 18, 2022 - Python
Quality Police for Java projects: aggregator of Checkstyle, PMD, and SpotBugs
-
Updated
Jan 8, 2022 - Java
VIVIDUS is all in one test automation tool
-
Updated
Jan 30, 2022 - Java
Eslint plugin checking architecture boundaries between elements
-
Updated
Jan 29, 2022 - JavaScript
PyTorch Image Quality Assessement package
-
Updated
Dec 24, 2021 - Python
Measure the churn/complexity ratio. Higher values mean hotspots where refactorings should happen.
-
Updated
Dec 22, 2021 - 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