YouCompleteMe/python/ycm/tests
Homu f27787f263 Auto merge of #2377 - dhleong:dhleong/#2021-quiet_messages, r=micbou
Implement ycm_quiet_messages options (See #2021)

# PR Prelude

- [x] I have read and understood YCM's [CONTRIBUTING][cont] document.
- [x] I have read and understood YCM's [CODE_OF_CONDUCT][code] document.
- [x] I have included tests for the changes in my PR. If not, I have included a
  rationale for why I haven't.
- [x] **I understand my PR may be closed if it becomes obvious I didn't
  actually perform all of these steps.**

# Why this change is necessary and useful

See issue #2021. This is a partial implementation based on the syntastic option referenced, supporting the `!` flag and filters of type `regex` and `level`. Also supports filetype specific filters using `ycm_<ft>_quiet_messages`, but I couldn't think of a great way to fall back to syntastic configs for this one.

In terms of usefulness: I've been playing with C# recently, which has a bunch of style warnings that I don't want to follow, and prefer to only have the gutter showing if there are actually errors, or warnings that I *do* want to follow.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2377)
<!-- Reviewable:end -->
2016-10-24 10:46:06 +09:00
..
testdata Add tests for current directory 2016-10-18 02:22:28 +02:00
__init__.py Add tests for current directory 2016-10-18 02:22:28 +02:00
base_test.py Move test_utils to tests folder 2016-10-15 04:03:48 +02:00
completion_test.py Add tests for current directory 2016-10-18 02:22:28 +02:00
diagnostic_filter_test.py Update to use appropriate test_utils package after rebase 2016-10-22 23:33:43 -04:00
event_notification_test.py Add tests for current directory 2016-10-18 02:22:28 +02:00
omni_completer_test.py Move test_utils to tests folder 2016-10-15 04:03:48 +02:00
paths_test.py Move test_utils to tests folder 2016-10-15 04:03:48 +02:00
postcomplete_test.py Move test_utils to tests folder 2016-10-15 04:03:48 +02:00
syntax_parse_test.py Move test_utils to tests folder 2016-10-15 04:03:48 +02:00
test_utils.py Use helper function to get current directory 2016-10-18 15:35:51 +02:00
vimsupport_test.py Add tests for current directory 2016-10-18 02:22:28 +02:00
youcompleteme_test.py Move test_utils to tests folder 2016-10-15 04:03:48 +02:00