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 16 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

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
xel1045
xel1045 commented Jun 19, 2019

Is your feature request related to a problem? Please describe.
Right now, the only way to link a PR in an issue is by using the link.

Describe the solution you'd like
A better way would be to link it with the ID of the PR. Maybe detect and add link when PR#32 is detected?

Describe alternatives you've considered
N/A

Additional context
See how Redmine allow various ite

Wikipedia
Wikipedia

Related Topics

gerrit

Code review apps

DeepSource

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

Lucidchart Connector

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

Pull Assistant

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

WIP

DO NOT MERGE – as a service

Coveralls

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

codebeat

Code review expert on demand. Automated for mobile and web

Datree

Policy enforcement solution for confident and compliant code

Code Inspector

Code Quality, Code Reviews and Technical Debt evaluation made easy

Mergify

Pull requests automation service

AccessLint

Find accessibility issues in your pull requests

Codecov

Group, merge and compare coverage reports

Hound

Automated code reviews

Sider

Automatically analyze pull request against custom per-project rulesets and best practices

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