Coder Social home page Coder Social logo

ensure code quality about dynamo-easy HOT 3 CLOSED

shiftcode avatar shiftcode commented on June 14, 2024
ensure code quality

from dynamo-easy.

Comments (3)

michaelwittwer avatar michaelwittwer commented on June 14, 2024

Code Quality Research

Must Haves:

  • Good integration with GitHub (checks API and inline commenting, with possibility to add actions)
  • Best algorithms for static code analytics for javascript
  • Possibility to be warned for new Tasks (like FIXME, TODO, etc.)

Available Tools:

Codacy (GitHub App)

Integration:
GitHub App

Configuration:

Plugin System with support for a broad range of different plugins

Code Climate

Code Factor (No GitHub App)

Easy to setup with Gi

Codebeat

All the analysis tools are self written (not based on open source).

Sonar (Free for OpenSource / 10€ for 100'000 Lines of code)

No GitHub App

Setup
Integrate in Travis CI build with following command

addons:
  sonarcloud:
    organization: "sonarcloud_organization_key" # the key of the org you chose at step #3
    token:
      secure: ********* # encrypted value of your token
script:
  # other script steps might be done before running the actual analysis
  - sonar-scanner

from dynamo-easy.

michaelwittwer avatar michaelwittwer commented on June 14, 2024

maybe add https://github.com/Glavin001/tslint-clean-code

from dynamo-easy.

michaelwittwer avatar michaelwittwer commented on June 14, 2024

not investigating more right now - don't think there is enough added value when using one of the above tools

from dynamo-easy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.