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


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