All Projects → codeclimate → Codeclimate Fixme

codeclimate / Codeclimate Fixme

Licence: mit
A codeclimate engine for finding things you should fix.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Codeclimate Fixme

Webui
The FlexGet Web UI
Stars: ✭ 31 (-6.06%)
Mutual labels:  hacktoberfest
Sql To Graphql Schema Generator
⚛️ Generate GraphQL Scheme Online From SQL Query - https://sql-to-graphql.now.sh/
Stars: ✭ 32 (-3.03%)
Mutual labels:  hacktoberfest
Training
Various Plone Trainings
Stars: ✭ 32 (-3.03%)
Mutual labels:  hacktoberfest
Ssh Agent Helper
Use SSH keys from CMD, PowerShell, etc. on Windows
Stars: ✭ 31 (-6.06%)
Mutual labels:  hacktoberfest
Bonita Doc
This repository contains the sources of the Bonita documentation site. It uses Markdown to create the documentation content.
Stars: ✭ 31 (-6.06%)
Mutual labels:  hacktoberfest
Gridly
⚡️ The minimal (~100-170 bytes) grid system for modern browsers.
Stars: ✭ 962 (+2815.15%)
Mutual labels:  hacktoberfest
Todo list flask brython
um todo-list/kanban implementado com python fullstack
Stars: ✭ 31 (-6.06%)
Mutual labels:  hacktoberfest
Neural Network From Scratch
Implementation of a neural network from scratch in python.
Stars: ✭ 32 (-3.03%)
Mutual labels:  hacktoberfest
Wowonewsletterbundle
Newsletter Bundle for Symfony2 (with messages queuing in beanstalkd)
Stars: ✭ 31 (-6.06%)
Mutual labels:  hacktoberfest
Laravel Guided Image
Simplified and ready image manipulation for Laravel through intervention image.
Stars: ✭ 32 (-3.03%)
Mutual labels:  hacktoberfest
Mod Pbxproj
A python module to manipulate XCode projects
Stars: ✭ 959 (+2806.06%)
Mutual labels:  hacktoberfest
Wire Desktop
💻 Wire for desktop
Stars: ✭ 961 (+2812.12%)
Mutual labels:  hacktoberfest
Algos
Popular Algorithms and Data Structures implemented in popular languages
Stars: ✭ 966 (+2827.27%)
Mutual labels:  hacktoberfest
Calvin And Hobbes Quotes
🐯 Get Calvin and Hobbes quotes
Stars: ✭ 31 (-6.06%)
Mutual labels:  hacktoberfest
Women World Wide
Stars: ✭ 33 (+0%)
Mutual labels:  hacktoberfest
Coc Powershell
PowerShellEditorService integration for coc.vim
Stars: ✭ 31 (-6.06%)
Mutual labels:  hacktoberfest
Openhospital Core
Open Hospital Core library
Stars: ✭ 31 (-6.06%)
Mutual labels:  hacktoberfest
Vbridge
X11 Cloud desktop software
Stars: ✭ 33 (+0%)
Mutual labels:  hacktoberfest
Openswiftui
WIP — OpenSwiftUI is an OpenSource implementation of Apple's SwiftUI DSL.
Stars: ✭ 967 (+2830.3%)
Mutual labels:  hacktoberfest
Ethpm Js
Javascript library for publishing and consuming Ethereum packages.
Stars: ✭ 32 (-3.03%)
Mutual labels:  hacktoberfest

Code Climate FIXME Engine

codeclimate-fixme is a Code Climate engine that performs a case-sensitive search for the following strings in your project:

  • TODO
  • FIXME
  • HACK
  • BUG
  • XXX

These strings are things you should fix now, not later.

codeclimate-fixme is also very simple, and is intended to provide a Hello World like template for Code Climate Platform engine authors. It is implemented in JavaScript as an NPM package.

Installation & Usage

  1. If you haven't already, install the Code Climate CLI.
  2. Run codeclimate engines:enable fixme. This command both installs the engine and enables it in your .codeclimate.yml file.
  3. You're ready to analyze! Browse into your project's folder and run codeclimate analyze.

Configuration

You can specify what strings to match by adding a strings key in your .codeclimate.yml:

engines:
  fixme:
    enabled: true
    config:
      strings:
      - FIXME
      - CUSTOM

NOTE: values specified here override the defaults, they are not additional strings to match.

Need help?

For help with codeclimate-fixme, please open an issue on this repository.

If you're running into a Code Climate issue, first look over this project's GitHub Issues, as your question may have already been covered. If not, go ahead and open a support ticket with us.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].