File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ nocover_regexes:
3232 - def autofill_value
3333 - def is_autofill_possible
3434 - def require_setting
35- # generation/Settings.py::get_extensions
36- # https://github.com/coala/coala-quickstart/issues/279
37- - if ext in exts
3835 # generation/SettingsClass.py::fillup_optional_settings
3936 # https://github.com/coala/coala-quickstart/issues/280
4037 - if inside_annot
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ exclude_lines =
8484 def autofill_value
8585 def is_autofill_possible
8686 def require_setting
87- if ext in exts
8887 if inside_annot
8988 if hasattr.*generate_config
9089 def is_glob_exp
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def test_write_info(self):
5151
5252 def test_allow_complete_section_mode_with_ignore_globs (self ):
5353 project_dir = "/repo"
54- project_files = ['/repo/hello.html' ]
54+ project_files = ['/repo/hello.html' , '/repo/readme.txt' ]
5555 ignore_globs = ["/repo/style.css" ]
5656 used_languages = list (get_used_languages (project_files ))
5757 relevant_bears = filter_relevant_bears (
You can’t perform that action at this time.
0 commit comments