File tree 3 files changed +1
-5
lines changed
3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ nocover_regexes:
32
32
- def autofill_value
33
33
- def is_autofill_possible
34
34
- def require_setting
35
- # generation/Settings.py::get_extensions
36
- # https://github.com/coala/coala-quickstart/issues/279
37
- - if ext in exts
38
35
# generation/SettingsClass.py::fillup_optional_settings
39
36
# https://github.com/coala/coala-quickstart/issues/280
40
37
- if inside_annot
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ exclude_lines =
84
84
def autofill_value
85
85
def is_autofill_possible
86
86
def require_setting
87
- if ext in exts
88
87
if inside_annot
89
88
if hasattr.*generate_config
90
89
def is_glob_exp
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def test_allow_complete_section_mode_with_ignore_globs(self):
77
77
78
78
def test_allow_complete_section_mode (self ):
79
79
project_dir = "/repo"
80
- project_files = ['/repo/hello.html' ]
80
+ project_files = ['/repo/hello.html' , '/repo/readme.txt' ]
81
81
ignore_globs = []
82
82
83
83
used_languages = list (get_used_languages (project_files ))
You can’t perform that action at this time.
0 commit comments