Skip to content
#

Code review

Code review is systematic examination (sometimes referred to as peer review) of computer source code. It is intended to find mistakes overlooked in software development, improving the overall quality of software. Reviews are done in various forms such as pair programming, informal walkthroughs, and formal inspections.

Here are 229 public repositories matching this topic...

Startouf
Startouf commented Jun 21, 2018

I cannot figure out how to use properly danger on circleci 2.0 with workflows

Support I have a linear workflow where I bundle my app / install libraries (build job) and then run the tests in parallel. (I'm taking Ruby/Rspec as an example).

How can I execute Danger to report test failures on all containers ?

Currently if a job fails on circleCI, the dependent jobs are not ran (ie if I

fbartho
fbartho commented Sep 19, 2019

The GitHub Integration just fails with a GitHub Error Response if your Issue Comment gets too long.

It’d be great if we truncated the message, & added a [truncated] 📝?

Thoughts @orta ? I’m happy to implement this if you have advice!

emattias
emattias commented Jan 20, 2020

With a .stylelintrc.json file with:

{
  "extends": [
    "stylelint-config-sass-guidelines",
    "stylelint-config-prettier"
  ],
  ...
}

I get this error:

Error: Could not find "stylelint-config-sass-guidelines". Do you need a `configBasedir`?
    at module.exports (/home/linters/app/node_modules/stylelint/lib/utils/configurationError.js:8:28)
    at getModulePat
RMacfarlane
RMacfarlane commented Oct 2, 2019

From @chrisdias:

If I start the auth dance, then press Cancel when asked if I want to let the extension open a URL, the status bar stays at Signing into github.com.... Since I cancelled, I expect it to revert back to Sign in to github.com.

Also (just noticed this) we say into and in to. Not sure which version is right or wrong, or if its based on context :).

mahoe
mahoe commented Jan 11, 2019

IntelliJ version: 2018.3.2
Gerrit version: 1.1.1-146

If one adds a topic label in the push dialog and the laben contains whitespaces (i.e. "change ABC") the autofill of the push target is not working anylonger.

Steps to reproduce:

  • open push dialog
  • type two words in the "Topic" text field (i.e. "change ABC")
  • click on checkbox "push to gerrit"
  • click on checkbox "push to gerrit" t
Wikipedia
Wikipedia

Related Topics

gerrit

Code review apps

Mergify

Pull requests automation service

Code Climate

Automated code review for technical debt and test coverage

Pull Assistant

Pull Assistant analyses pull requests and provides the optimal way to perform code reviews

codebeat

Code review expert on demand. Automated for mobile and web

DeepScan

Advanced static analysis for automatically finding runtime errors in JavaScript code

AccessLint

Find accessibility issues in your pull requests

Better Code Hub

A Benchmarked Definition of Done for Code Quality with BetterCodeHub

Hound

Automated code reviews

WIP

DO NOT MERGE – as a service

DeepSource

Discover bug risks, anti-patterns and security vulnerabilities before they end up in production. For Python and Go

Datree

Policy enforcement solution for confident and compliant code

Coveralls

Ensure that new code is fully covered, and see coverage trends emerge. Works with any CI service

Lucidchart Connector

Insert a public link to a Lucidchart diagram so team members can quickly understand an issue or pull request

See more Code review apps
You can’t perform that action at this time.