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 537 public repositories matching this topic...
-
Updated
Jan 16, 2022 - C
-
Updated
Feb 22, 2022 - HTML
-
Updated
Mar 13, 2022 - Ruby
-
Updated
Mar 18, 2022 - TypeScript
-
Updated
Mar 3, 2022 - Ruby
-
Updated
Mar 23, 2022 - PHP
-
Updated
Mar 12, 2022 - Python
-
Updated
Mar 23, 2022 - C++
-
Updated
Mar 23, 2022 - Java
-
Updated
Feb 27, 2022 - TypeScript
-
Updated
Jun 22, 2020 - Shell
-
Updated
Mar 23, 2022 - JavaScript
Please describe what the rule should do:
If 0 values are mostly passed into EdgeInsets.fromLTRB then it makes sense to use EdgeInsets.only for only the values that are to be used.
Also if there are symmetric values passed into EdgeInsets.fromLTRB or EdgeInsets.only then it makes sense to convert this into the EdgeInsets.symmetric equivalent.
In general I also find EdgeInsets.fromLTRB less
-
Updated
Feb 2, 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
Mar 22, 2022 - Java
-
Updated
Mar 12, 2022 - Python
-
Updated
Jan 8, 2022 - Java
-
Updated
Mar 23, 2022 - Java
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Feb 13, 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
Mar 22, 2022 - ABAP
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