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 243 public repositories matching this topic...

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

Related Topics

gerrit

Code review apps

Sider

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

Code Climate

Automated code review for technical debt and test coverage

DeepSource

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

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

Datree

Policy enforcement solution for confident and compliant code

Lucidchart Connector

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

WIP

DO NOT MERGE – as a service

Code Inspector

Code Quality, Code Reviews and Technical Debt evaluation made easy

Better Code Hub

A Benchmarked Definition of Done for Code Quality with BetterCodeHub

Mergify

Pull requests automation service. Merge your pull requests faster

Hound

Automated code reviews

Codacy

Automated code reviews to help developers ship better software, faster

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