KissPeter/APIFuzzer

View on GitHub
docs/Makefile

Summary

Maintainability
Test Coverage

Unexpected tabs found.
Open

    sphinx-apidoc  ../apifuzzer -f -e -o .
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    DIR=/tmp/test
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    find ../ -name "__pycache __" -exec rm -rf {} \;
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    rm -fr  ../dist/ ../build/ ../*.egg-info
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    mv $DIR/test ../
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    cd .. && python3 setup.py sdist bdist_wheel
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    mv index.rst index.rst.bck
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    sed -e '1,/APIFuzzer — HTTP API Testing Framework/d' ../README.md  > readme.md
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    rm -rf _build
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    cd .. && python3 -m twine upload --repository testpypi dist/* --verbose
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    rm -f *.rst
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    rm -f readme.md
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    rm -f readme.md readme.rst
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    sphinx-build -b html $(SPHINXOPTS) _build/html
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    rm -rf $DIR
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    m2r readme.md
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    mv index.rst.bck index.rst
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    tar -tvf ../dist/APIFuzzer-*.tar.gz
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    mkdir -p $DIR
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    mv ../test $DIR/  # not the best, but setup exclude doesn't work
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    docker-compose-build
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    cd ..
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    docker push kisspeter/apifuzzer --all-tags
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    docker tag apifuzzer:latest kisspeter/apifuzzer:$VERSION
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    docker tag apifuzzer:latest kisspeter/apifuzzer:latest
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    VERSION=`awk -F \= '/__version__/ {gsub("\"","");print $2}' apifuzzer/__init__.py`
Severity: Minor
Found in docs/Makefile by editorconfig

Unexpected tabs found.
Open

    cd .. && python3 -m twine upload --repository pypi dist/* --verbose
Severity: Minor
Found in docs/Makefile by editorconfig

There are no issues that match your filters.

Category
Status