File tree Expand file tree Collapse file tree
remove-json-keys/src/remove_json_keys/lib
translate-messages/src/translate_messages/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ def load(cli, caller_file):
3737 cli .project_root = path .join (path .dirname (caller_file ),
3838 f"../../{ '' if 'src' in path .dirname (caller_file ) else '../../' } " )
3939 possile_config_filenames = [
40- f'.{ cli .short_name } .config.json' , f'{ cli .short_name } .config.json' ,
4140 f'.{ cli .short_name } .config.jsonc' , f'{ cli .short_name } .config.json' ,
41+ f'.{ cli .short_name } .config.json' , f'{ cli .short_name } .config.json' ,
4242 f'.{ cli .short_name } .config.json5' , f'{ cli .short_name } .config.json' ,
43- f'.{ cli .name } .config.json' , f'{ cli .name } .config.json' ,
4443 f'.{ cli .name } .config.jsonc' , f'{ cli .name } .config.jsonc' ,
44+ f'.{ cli .name } .config.json' , f'{ cli .name } .config.json' ,
4545 f'.{ cli .name } .config.json5' , f'{ cli .name } .config.json5' ,
4646 ]
4747 for filename in possile_config_filenames :
Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ def load(cli, caller_file):
4949 cli .project_root = path .join (path .dirname (caller_file ),
5050 f"../../{ '' if 'src' in path .dirname (caller_file ) else '../../' } " )
5151 possile_config_filenames = [
52- f'.{ cli .short_name } .config.json' , f'{ cli .short_name } .config.json' ,
5352 f'.{ cli .short_name } .config.jsonc' , f'{ cli .short_name } .config.jsonc' ,
53+ f'.{ cli .short_name } .config.json' , f'{ cli .short_name } .config.json' ,
5454 f'.{ cli .short_name } .config.json5' , f'{ cli .short_name } .config.json5' ,
55- f'.{ cli .name } .config.json' , f'{ cli .name } .config.json' ,
5655 f'.{ cli .name } .config.jsonc' , f'{ cli .name } .config.jsonc' ,
56+ f'.{ cli .name } .config.json' , f'{ cli .name } .config.json' ,
5757 f'.{ cli .name } .config.json5' , f'{ cli .name } .config.json5' ,
5858 ]
5959 for filename in possile_config_filenames :
You can’t perform that action at this time.
0 commit comments