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 523 public repositories matching this topic...
Lossy PNG compressor — pngquant command based on libimagequant library
-
Updated
Nov 26, 2021 - C
A collection of public resources about how software companies test their software
-
Updated
Nov 21, 2021 - HTML
Code smell detector for Ruby
-
Updated
Dec 3, 2021 - Ruby
Copy/paste detector for programming source code.
-
Updated
Nov 23, 2021 - TypeScript
Code Climate CLI
-
Updated
Nov 15, 2021 - 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
Oct 27, 2021 - Python
An ultra-fast all-in-one FASTQ preprocessor (QC/adapters/trimming/filtering/splitting/merging...)
-
Updated
Dec 1, 2021 - C++
-
Updated
Dec 3, 2021 - Java
Tooling that helps you do quality, faster.
-
Updated
Nov 23, 2021 - TypeScript
Project Guidelines for the Android Buffer App
-
Updated
Jun 22, 2020 - Shell
-
Updated
Dec 3, 2021 - JavaScript
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 fileA rule to ensure comments are formatted as sentences https://dart.dev/guides/language/effective-dart/documentation#do-format-comments-like-sentences.
There is an existing eslint rule which capitalizes comments: https://eslint.org/docs/rules/capitalized-comments.
Good
// Not if there is nothing before it.
if (_chunks.isEmpty) return false;Bad
// not if there isPalette quantization library that powers pngquant and other PNG optimizers
-
Updated
Nov 22, 2021 - C
Qualitis 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
Sep 29, 2021 - Java
Code and information for face image quality assessment with SER-FIQ
-
Updated
Nov 30, 2021 - Python
Quality Police for Java projects: aggregator of Checkstyle, PMD, and SpotBugs
-
Updated
Dec 2, 2021 - Java
VIVIDUS is all in one test automation tool
-
Updated
Dec 3, 2021 - Java
Eslint plugin checking architecture boundaries between elements
-
Updated
Nov 29, 2021 - JavaScript
Measure the churn/complexity ratio. Higher values mean hotspots where refactorings should happen.
-
Updated
Sep 18, 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