Skip to content

Commit

Permalink
Merge pull request #919 from troessner/add-toc-to-README
Browse files Browse the repository at this point in the history
Add ToC to README.
  • Loading branch information
mvz committed May 13, 2016
2 parents d76bf02 + 4ff6a13 commit 7a6b1e9
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Expand Up @@ -2,8 +2,37 @@

# Code smell detector for Ruby

## Overview
**Table of Contents**

- [Overview](#overview)
- [Quickstart](#quickstart)
- [Example](#example)
- [Supported rubies](#supported-rubies)
- [Fixing Smell Warnings](#fixing-smell-warnings)
- [Sources](#sources)
- [Code smells](#code-smells)
- [Configuration](#configuration)
- [Command-line interface](#command-line-interface)
- [Configuration file](#configuration-file)
- [Configuration loading](#configuration-loading)
- [Configuration options](#configuration-options)
- [Source code comments](#source-code-comments)
- [Generating a 'todo' list](#generating-a-todo-list)
- [Usage](#usage)
- [Developing Reek / Contributing](#developing-reek--contributing)
- [Output formats](#output-formats)
- [Working with Rails](#working-with-rails)
- [Integrations](#integrations)
- [Editor integrations](#editor-integrations)
- [Projects that use or support us](#projects-that-use-or-support-us)
- [Misc](#misc)
- [Brothers and sisters](#brothers-and-sisters)
- [Contributors](#contributors)
- [Additional resources](#additional-resources)
- [Miscellaneous](#miscellaneous)
- [More information](#more-information)

## Overview

[![Build Status](https://secure.travis-ci.org/troessner/reek.svg?branch=master)](https://travis-ci.org/troessner/reek?branch=master)
[![Gem Version](https://badge.fury.io/rb/reek.svg)](https://badge.fury.io/rb/reek)
Expand Down

0 comments on commit 7a6b1e9

Please sign in to comment.