Skip to content
#

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

checkstyle
strkkk
strkkk commented Jul 10, 2019
$ cat checkstyle.xml
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl                           .com/dtds/configuration_1_2.dtd">
<module name="Checker">
    <module name="TreeWalker">
        <module name="OperatorWrapCheck">
        </module>
    </module>
</module>

$ cat Test.java
class A {
ndbroadbent
ndbroadbent commented Oct 14, 2019

Hello!

I think I've figured out a good way to get SimpleCov working with Spring. For my Rails application, preloading the app would require some classes in my ./app directory, and this would cause some inaccurate coverage to be reported (any lines that were required during preloading were missing in the coverage.) I figured out how to fix this issue by starting SimpleCov in config/spring.rb

ndclt
ndclt commented Jan 13, 2020

Steps to reproduce

  1. Save the following lines in a script
import pandas as pd

pd.DatetimeIndex([], name='time').tz_localize('UTC')
  1. run pylint on this script

Current behavior

Pylint returns:

[E1101(no-member), ] Instance of 'DatetimeIndex' has no 'tz_localize' member

Expected behavior

No error, tz_localize is a member of `DatetimeInde

Kristinita
Kristinita commented Mar 3, 2019

1. Summary

It would be nice, if HTMLHint documentation will contain arguments, why HTMLHint users must use specific rules.

2. Argumentation

“Must” in The script tag can not be used in head., Id and class value must meet some rules: underline, dash, hump. is not argument. The documentation does not show the reasons. Users should know “Why must”?

3. Example of expected behavior

mutant
dkubb
dkubb commented Sep 19, 2019

A feature request I have would be to add two flags to the mutant cli:

  • --skip-subject
  • --pending-subject

The --skip-subject flag should perform exactly the same as --ignore-subject, where it doesn't bother to mutate the subject nor run the subject's tests. This would be reserved for methods where attempting to mutate will cause an infinite loop and never finish.

The `--pending-

Splaktar
Splaktar commented Nov 11, 2018

AngularJS Material uses gulp to build everything, so we're looking at using https://github.com/ivogabe/gulp-typescript for our builds. It seems like something could be built similar to the webpack plugin in order to have the types added during the Gulp pipeline.

It's not clear if typewiz-node could help with this already or not. We don't have a single main.ts to point to. Should we do somethi

InvisibleSmiley
InvisibleSmiley commented Jan 22, 2020
  • PHP Depend version: 2.6.1
  • PHP Version: 7.3.12
  • Installation type: Composer
  • Operating System / Distribution & Version: Windows 10
  • no pdepend.xml / pdepend.xml.dist in directory to be checked with PHPMD

Current Behavior

Calling PHPMD (2.8.1) with a simple file takes ~6 seconds on Windows if your home directory is on a network share.

Expected Behavior

The performance shou

dabutvin
dabutvin commented Feb 16, 2020

The imgbot branch needs to be deleted for a new set of images to be compressed.
This needs to happen before triggering a manual refresh so we should add this info by the button.

Bonus points for detecting there is already a branch open and showing that info or offering a delete action.

![image](https://user-images.githubusercontent.com/5168796/74607119-b6c08280-508a-11ea-924b-69cf7e49bfa2

Code quality apps

codebeat

Code review expert on demand. Automated for mobile and web

Code Inspector

Code Quality, Code Reviews and Technical Debt evaluation made easy

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