Giter Site home page Giter Site logo

gyr0tron / eudc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ming060/eudc

0.0 2.0 0.0 21 KB

๐Ÿ”ด CLI tool to check for debugging calls such as console.log (Unnecessary Debugging Calls Exterminator)

License: GNU General Public License v3.0

Python 100.00%

eudc's Introduction

Unnecessary Debugging Calls Exterminator, aka udce

Meet udce, a CLI tool that helps you to find and exterminatate unnecessary debugging calls on your code such as console.log, byebug and so on.

Usage

Use it on your terminal:

$ udce . --language=ruby
Found debugging call on app/mailers/application_mailer.rb:10
    puts "Sending mail to #{params[:to]}"


Found debugging call on app/mailers/application_mailer.rb:34
    puts "Email could not be sent #{e}"

Developing and contributing

To develop and debug udce, you'll need Python 3 and PIP.

  1. Clone the project
  2. Run the following script inside the project root folder: pip3 install --editable .
  3. You're good to go! Run udce . --languages=python to check if everything is fine

eudc's People

Contributors

vinibrsl avatar

Watchers

Simmar Kalsi avatar  avatar

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.