()
| 148 | } |
| 149 | |
| 150 | function _getSettingsFilePath(): string { |
| 151 | const settingsFile = ".lingodotdevrc"; |
| 152 | const homedir = os.homedir(); |
| 153 | const settingsFilePath = path.join(homedir, settingsFile); |
| 154 | return settingsFilePath; |
| 155 | } |
| 156 | |
| 157 | function _legacyEnvVarWarning() { |
| 158 | const env = _loadEnv(); |
no outgoing calls
no test coverage detected