File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -111,13 +111,6 @@ def main():
111
111
f"The specified working directory '{ args .working_dir } '' does not exist." , file = sys .stderr )
112
112
sys .exit (1 )
113
113
114
- # Verify that the coding standards deviations file exists
115
- coding_standards_file = Path (args .coding_standards_file )
116
- if not coding_standards_file .is_file ():
117
- print (
118
- f"The specified coding standards deviations file '{ args .coding_standards_file } ' does not exist" , file = sys .stderr )
119
- sys .exit (1 )
120
-
121
114
# Find all coding standards deviations files, and convert them in place to coding-standards.xml
122
115
for config_file_name in ['coding-standards.yml' , 'coding-standards.yaml' ]:
123
116
for path in args .working_dir .rglob (config_file_name ):
You can’t perform that action at this time.
0 commit comments