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...
-
Updated
Jan 16, 2022 - C
-
Updated
Apr 29, 2022 - HTML
-
Updated
Apr 22, 2022 - Ruby
-
Updated
Apr 25, 2022 - TypeScript
-
Updated
Apr 19, 2022 - Ruby
-
Updated
Apr 16, 2022 - PHP
-
Updated
Apr 6, 2022 - Python
-
Updated
Mar 23, 2022 - C++
-
Updated
Apr 29, 2022 - Java
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
Jun 22, 2020 - Shell
What rule do you want to change?
prefer-moving-to-variable
How will the change be implemented? (New option, new default behavior, etc.)?
Make it a metric with adjustable number of repeats to trigger the lint
metrics:
- allowed-duplicated-chains: 2
Please provide some example code that this change will affect:
Now this fragment gets lint warning:
Bot-
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 file-
Updated
Apr 14, 2022 - Java
-
Updated
Mar 12, 2022 - Python
-
Updated
Apr 25, 2022 - Java
-
Updated
Apr 29, 2022 - Java
-
Updated
Mar 2, 2022 - JavaScript
-
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.
-
Updated
Apr 9, 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