janpio edited a comment on issue #259: Windows known folders support URL: https://github.com/apache/cordova-plugin-file/pull/259#issuecomment-426807502 Ouch, doesn't like your editor settings: ``` /home/travis/build/apache/cordova-plugin-file/src/windows/FileProxy.js 186:2 error Unexpected tab character no-tabs 186:2 error Expected indentation of 4 spaces but found 1 tab indent 186:58 error Strings must use singlequote quotes 187:2 error Unexpected tab character no-tabs 187:3 error Expected indentation of 4 spaces but found 2 tabs indent 188:2 error Unexpected tab character no-tabs 188:2 error Expected indentation of 0 spaces but found 1 tab indent 189:2 error Unexpected tab character no-tabs 189:2 error Expected indentation of 4 spaces but found 1 tab indent 189:76 error Strings must use singlequote quotes 190:2 error Unexpected tab character no-tabs 190:3 error Expected indentation of 4 spaces but found 2 tabs indent 191:2 error Expected indentation of 0 spaces but found 1 tab indent 191:2 error Unexpected tab character no-tabs 192:2 error Unexpected tab character no-tabs 192:2 error Expected indentation of 4 spaces but found 1 tab indent 193:2 error Unexpected tab character no-tabs 193:3 error Expected indentation of 4 spaces but found 2 tabs indent 194:2 error Mixed spaces and tabs no-mixed-spaces-and-tabs 194:6 error Unexpected tab character no-tabs 195:2 error Unexpected tab character no-tabs 195:3 error Expected indentation of 0 spaces but found 2 tabs indent 196:2 error Unexpected tab character no-tabs 196:3 error Expected indentation of 4 spaces but found 2 tabs indent 197:2 error Unexpected tab character no-tabs 197:2 error Mixed spaces and tabs no-mixed-spaces-and-tabs 198:2 error Unexpected tab character no-tabs 198:3 error Expected indentation of 0 spaces but found 2 tabs indent 199:2 error Unexpected tab character no-tabs 199:3 error Expected indentation of 4 spaces but found 2 tabs indent 200:2 error Mixed spaces and tabs no-mixed-spaces-and-tabs 200:2 error Unexpected tab character no-tabs 201:2 error Unexpected tab character no-tabs 201:3 error Expected indentation of 0 spaces but found 2 tabs indent 202:2 error Unexpected tab character no-tabs 202:3 error Expected indentation of 4 spaces but found 2 tabs indent 203:2 error Mixed spaces and tabs no-mixed-spaces-and-tabs 203:2 error Unexpected tab character no-tabs 204:2 error Unexpected tab character no-tabs 204:3 error Expected indentation of 0 spaces but found 2 tabs indent 205:2 error Expected indentation of 0 spaces but found 1 tab indent 205:2 error Unexpected tab character no-tabs ``` By the way: There is no _real_ testing going on for Windows itself, we are currently working on fixing that. PS: You can probably use `eslint --fix` (or a similar command) to fix that automatically.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
