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 540 public repositories matching this topic...
-
Updated
Jan 16, 2022 - C
-
Updated
Feb 22, 2022 - HTML
-
Updated
Apr 9, 2022 - Ruby
-
Updated
Mar 27, 2022 - TypeScript
-
Updated
Mar 3, 2022 - Ruby
-
Updated
Apr 8, 2022 - PHP
-
Updated
Apr 6, 2022 - Python
-
Updated
Mar 23, 2022 - C++
-
Updated
Apr 11, 2022 - Java
-
Updated
Mar 29, 2022 - TypeScript
-
Updated
Apr 2, 2022 - JavaScript
-
Updated
Jun 22, 2020 - Shell
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
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 9, 2022 - Java
-
Updated
Mar 12, 2022 - Python
-
Updated
Apr 6, 2022 - Java
-
Updated
Apr 11, 2022 - Java
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Apr 5, 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