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():
111111 f"The specified working directory '{ args .working_dir } '' does not exist." , file = sys .stderr )
112112 sys .exit (1 )
113113
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-
121114 # Find all coding standards deviations files, and convert them in place to coding-standards.xml
122115 for config_file_name in ['coding-standards.yml' , 'coding-standards.yaml' ]:
123116 for path in args .working_dir .rglob (config_file_name ):
You can’t perform that action at this time.
0 commit comments