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 447 public repositories matching this topic...
-
Updated
Nov 22, 2020 - C
-
Updated
Dec 10, 2020 - Ruby
-
Updated
Nov 22, 2020 - HTML
-
Updated
Dec 9, 2020 - Ruby
-
Updated
Dec 9, 2020 - PHP
-
Updated
Dec 1, 2020 - TypeScript
-
Updated
Oct 14, 2020 - C++
-
Updated
Dec 8, 2020 - JavaScript
-
Updated
Jun 22, 2020 - Shell
-
Updated
Dec 10, 2020 - Java
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
Dec 7, 2020 - JavaScript
-
Updated
Dec 1, 2020 - C
-
Updated
Nov 2, 2020 - Java
-
Updated
Nov 24, 2020 - Java
-
Updated
Oct 27, 2020 - PHP
-
Updated
Nov 30, 2020 - Python
-
Updated
Nov 13, 2020 - SCSS
Describe the solution you'd like
Switch for the supporting browser cookies interactions to a WebDriver
-
Updated
Sep 24, 2019 - Jupyter Notebook
-
Updated
Aug 5, 2019 - Python
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