Commit Graph

  • d2b5f69309 Doc: Update Vim integration documentation Adrien Vergé 2016-01-26 17:20:22 +0100
  • a7d39b5492 yamllint version 0.6.0 v0.6.0 Adrien Vergé 2016-01-25 11:03:00 +0100
  • 4410bc3e23 Rules: indentation: Fix check-multi-line-strings Adrien Vergé 2016-01-25 11:01:42 +0100
  • 97c446907c Rules: line-length: Add option `allow-non-breakable-words` Adrien Vergé 2016-01-24 22:31:03 +0100
  • 376a6ed484 Doc: Enhance short description Adrien Vergé 2016-01-24 18:37:24 +0100
  • a1eb9d7d2f yamllint version 0.5.2 v0.5.2 Adrien Vergé 2016-01-24 18:07:36 +0100
  • 45538fb08a Doc: Explicit installation by adding `sudo` in README Adrien Vergé 2016-01-24 18:05:27 +0100
  • be998593dd Distribution: Create script with `setup.py` Adrien Vergé 2016-01-24 18:02:42 +0100
  • 5ed496f471 Distribution: Remove unneeded `setup_requires` Adrien Vergé 2016-01-24 17:53:19 +0100
  • dbbecb5875 Refactor project layout to import yamllint alone Adrien Vergé 2016-01-24 17:48:20 +0100
  • 7b147cb411 Tests: Remove Python 2.6 from CI tests Adrien Vergé 2016-01-24 17:30:36 +0100
  • fc108e7cee Config: Refactor to use YamlLintConfig objects Adrien Vergé 2016-01-24 16:57:30 +0100
  • 792bdf99b4 yamllint version 0.5.1 v0.5.1 Adrien Vergé 2016-01-24 15:01:24 +0100
  • 92798dbda9 Distribution: Add new keywords Adrien Vergé 2016-01-24 15:03:20 +0100
  • e3ebea6033 Distribution: Fix broken setup_requires Adrien Vergé 2016-01-24 14:52:18 +0100
  • 7983c66093 Doc: Clarify Python compatibility in README Adrien Vergé 2016-01-23 14:32:02 +0100
  • fee72d484e Doc: Add a screenshot Adrien Vergé 2016-01-23 14:30:24 +0100
  • 387d14f816 yamllint version 0.5.0 v0.5.0 Adrien Vergé 2016-01-22 19:10:05 +0100
  • ba8a9d0ba1 Doc: Give an explicit link from configuration to rules Adrien Vergé 2016-01-22 18:42:03 +0100
  • 26b5364be4 Doc: Add Read The Docs status badge in README Adrien Vergé 2016-01-22 17:55:36 +0100
  • 47d6534e75 Doc: Write the configuration page Adrien Vergé 2016-01-22 17:42:41 +0100
  • 237db5aeef Doc: Document how to use the yamllint Python module Adrien Vergé 2016-01-22 17:22:04 +0100
  • 6e9de02eac Doc: Update index Adrien Vergé 2016-01-22 17:07:36 +0100
  • 044c049462 Doc: Document rules Adrien Vergé 2016-01-21 22:16:25 +0100
  • 48589176c7 Doc: Convert README.md to README.rst Adrien Vergé 2016-01-21 22:45:19 +0100
  • 38234a1d3c Doc: Generate documentation with Sphinx Adrien Vergé 2016-01-21 21:48:57 +0100
  • 1bfd18097a Rules: indentation: Add 'check-multi-line-strings' option Adrien Vergé 2016-01-22 18:16:52 +0100
  • 08f99ccc19 Rules: new-lines: Force `type` to be in ('unix', 'dos') Adrien Vergé 2016-01-21 21:59:07 +0100
  • 7b6f024448 yamllint version 0.4.0 v0.4.0 Adrien Vergé 2016-01-20 18:37:58 +0100
  • 75b4758c95 cli: 'standard' format: Print filename only when error Adrien Vergé 2016-01-20 18:36:18 +0100
  • 0e98df2643 cli: Allow passing directories as arguments Adrien Vergé 2016-01-20 18:30:49 +0100
  • d4189083d0 Introduce the 'cli' module and call it from the script Adrien Vergé 2016-01-20 18:16:26 +0100
  • 67d13d60ae Rules: indentation: Check multi-line scalars Adrien Vergé 2016-01-20 17:51:01 +0100
  • 96465008ab Rules: Fix `spaces_before` when prev is multi-line scalar Adrien Vergé 2016-01-20 17:36:31 +0100
  • 847f7e3fff Rules: comments: Fix bug when multi-line scalar Adrien Vergé 2016-01-20 08:38:14 +0100
  • 6a24781f96 Tests: indentation: Add explicit keys test cases Adrien Vergé 2016-01-20 08:15:30 +0100
  • 33224a04e4 yamllint version 0.3.0 v0.3.0 Adrien Vergé 2016-01-19 22:58:59 +0100
  • fd9d2a00ff Doc: Update README with examples Adrien Vergé 2016-01-19 22:45:55 +0100
  • 0b0251bacc Rules: indentation: Add the 'indent-sequences' option Adrien Vergé 2016-01-19 22:26:32 +0100
  • ad5cec9c6c Config: Allow overriding only one option when extending Adrien Vergé 2016-01-19 21:49:58 +0100
  • fb14cbdbd9 Config: Allow options to be in a pre-defined list Adrien Vergé 2016-01-19 21:12:11 +0100
  • 8288a6f331 Rules: colons: Apply to '?' also Adrien Vergé 2016-01-19 19:45:13 +0100
  • 9d8b0d4d2c Rules: commas: Don't allow a comma on a new line Adrien Vergé 2016-01-19 18:38:37 +0100
  • 39c878c819 Rules: indentation: Rewrite the algorithm (again) Adrien Vergé 2016-01-18 21:36:32 +0100
  • 222f7a27c1 Make syntax errors prevail over all yamllint problems Adrien Vergé 2016-01-19 17:15:28 +0100
  • effb4db3b4 Tests: Rules: Remove unused `line` and `column` args Adrien Vergé 2016-01-19 17:06:18 +0100
  • d617eb70ae Rules: Keep a persistent context for token rules Adrien Vergé 2016-01-15 17:01:44 +0100
  • f09aef4f89 Rules: comments-indentation: Allow two levels Adrien Vergé 2016-01-18 18:34:40 +0100
  • 01c12f2462 Syntax errors: Use the BaseLoader for safety Adrien Vergé 2016-01-17 17:24:42 +0100
  • 918f15b68d Make syntax errors prevail over yamllint 'warnings' Adrien Vergé 2016-01-15 18:39:52 +0100
  • 97e2210ec9 Don't treat non-importable YAML as syntax error Adrien Vergé 2016-01-15 18:08:25 +0100
  • 1934206cef Rules: comments-indentation: Fix typo Adrien Vergé 2016-01-15 17:51:46 +0100
  • 1235eba94e yamllint version 0.2.0 v0.2.0 Adrien Vergé 2016-01-14 21:43:39 +0100
  • 11a14d4df8 Distribution: Update program description Adrien Vergé 2016-01-14 21:07:05 +0100
  • 233a70adb3 Rules: Add the 'comments-indentation' rule Adrien Vergé 2016-01-14 18:08:55 +0100
  • e81b73c111 Rules: indentation: Rewrite algorithm Adrien Vergé 2016-01-14 18:08:19 +0100
  • 3989a09d32 Rules: comments: Allow empty comments Adrien Vergé 2016-01-14 19:56:10 +0100
  • 5cc900f2a8 Rules: document-start: Allow directives Adrien Vergé 2016-01-14 17:09:25 +0100
  • 851b9ac42c Rules: Add the 'comments' rule Adrien Vergé 2016-01-13 21:36:35 +0100
  • 5c4c208b98 Rules: Add the 'braces' rule Adrien Vergé 2016-01-13 19:31:03 +0100
  • d08eb22081 Rules: Add the 'brackets' rule Adrien Vergé 2016-01-13 18:52:05 +0100
  • a5b384ab21 Rules: Add the 'commas' rule Adrien Vergé 2016-01-13 17:56:07 +0100
  • cfea0661ed Rules: Make max-spaces-* generic Adrien Vergé 2016-01-13 08:54:01 +0100
  • 07c5b4177c Rewrite syntax errors handling and test them Adrien Vergé 2016-01-12 23:20:33 +0100
  • bf96bdde01 Tests: Remove assertIsInstance to support Python 2.6 Adrien Vergé 2016-01-12 21:50:36 +0100
  • e2d68dac14 Tests: Travis and Coveralls integration Adrien Vergé 2016-01-12 21:16:39 +0100
  • 47b44fe56c Distribution: Add a setup.py script v0.1.0 Adrien Vergé 2016-01-12 17:33:09 +0100
  • 350213b165 Initial commit Adrien Vergé 2016-01-09 11:53:44 +0100