diff --git a/standard-output.txt b/standard-output.txt new file mode 100644 index 0000000000..67629fedd5 --- /dev/null +++ b/standard-output.txt @@ -0,0 +1,500 @@ +standard: Use JavaScript Standard Style (https://standardjs.com) +standard: Some warnings are present which will be errors in the next version (https://standardjs.com) +standard: Run `standard --fix` to automatically fix some problems. + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:1:13: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:3:29: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:4:31: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:7:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:7:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:7:17: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:8:3: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:9:35: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:10:42: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:12:24: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:13:11: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:15:45: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:17:93: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:18:43: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:20:32: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:22:37: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:23:41: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:26:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:26:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:26:17: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:28:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:28:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:29:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:29:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:29:32: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:30:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:30:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:30:33: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:31:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:31:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:32:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:32:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:32:25: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:34:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:34:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:35:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:35:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:35:12: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:36:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:36:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:36:4: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:38:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:38:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:38:43: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:40:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:40:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:40:42: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:42:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:42:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:43:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:43:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:43:28: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:44:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:44:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:44:22: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:45:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:45:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:46:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:46:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:46:19: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:47:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:47:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:47:42: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:48:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:48:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:48:29: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:49:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:49:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:50:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:50:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:50:54: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:51:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:51:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:52:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:52:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:53:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:53:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:53:44: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:54:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:54:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:55:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:55:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:57:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:57:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:57:9: Identifier 'styleUpdated_Client' is not in camel case. (camelcase) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:58:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:58:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:59:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:59:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:60:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:60:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:60:79: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:62:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:62:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:62:90: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:63:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:63:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:64:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:64:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:64:72: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:66:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:66:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:66:104: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:67:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:67:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:67:100: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:68:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:68:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:68:23: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:69:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:69:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:70:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:70:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:71:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:71:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:72:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:72:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:73:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:73:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:73:9: Identifier 'styleUpdated_Client' is not in camel case. (camelcase) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:73:28: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:74:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:74:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:75:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:75:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:76:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:76:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:76:6: Expected property shorthand. (object-shorthand) (warning) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:76:24: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:77:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:77:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:77:6: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:78:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:78:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:79:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:79:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:80:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:80:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:81:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:81:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:82:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:82:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:83:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:83:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:84:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:84:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:84:53: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:85:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:85:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:86:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:86:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:87:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:87:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:87:6: Expected property shorthand. (object-shorthand) (warning) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:87:24: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:88:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:88:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:88:6: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:89:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:89:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:90:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:90:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:91:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:91:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:92:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:92:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:93:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:93:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:94:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:94:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:95:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:95:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:96:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:96:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:97:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:97:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:98:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:98:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:99:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:99:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:99:24: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:100:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:100:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:101:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:101:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:102:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:102:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:102:6: Expected property shorthand. (object-shorthand) (warning) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:102:24: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:103:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:103:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:103:6: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:104:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:104:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:105:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:105:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:106:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:106:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:107:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:107:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:108:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:108:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:108:25: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:109:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:109:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:110:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:110:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:111:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:111:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:111:6: Expected property shorthand. (object-shorthand) (warning) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:111:24: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:112:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:112:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:112:6: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:113:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:113:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:114:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:114:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:115:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:115:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:116:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:116:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:117:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:117:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:118:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:118:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:118:20: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:119:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:119:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:120:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:120:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:121:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:121:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:121:6: Expected property shorthand. (object-shorthand) (warning) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:121:24: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:122:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:122:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:122:6: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:123:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:123:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:123:5: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:124:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:124:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:124:5: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:125:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:125:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:125:44: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:126:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:126:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:127:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:127:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:127:44: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:128:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:128:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:129:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:129:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:129:8: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:130:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:130:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:130:9: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:131:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:131:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:131:4: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:133:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:133:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:133:14: Missing space before function parentheses. (space-before-function-paren) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:134:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:134:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:135:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:135:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:135:17: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:136:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:136:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:138:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:138:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:138:22: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:139:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:139:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:139:68: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:141:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:141:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:142:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:142:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:142:26: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:143:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:143:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:145:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:145:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:146:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:146:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:147:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:147:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:147:12: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:148:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:148:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:148:5: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:149:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:149:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:151:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:151:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:151:24: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:153:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:153:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:153:41: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:154:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:154:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:155:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:155:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:155:16: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:156:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:156:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:157:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:157:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:157:39: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:158:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:158:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:159:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:159:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:159:22: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:160:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:160:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:161:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:161:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:161:23: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:162:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:162:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:163:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:163:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:163:24: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:164:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:164:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:165:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:165:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:166:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:166:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:166:64: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:167:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:167:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:167:64: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:168:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:168:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:168:16: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:169:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:169:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:171:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:171:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:172:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:172:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:173:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:173:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:173:29: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:174:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:174:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:175:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:175:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:176:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:176:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:177:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:177:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:177:6: Expected property shorthand. (object-shorthand) (warning) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:178:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:178:1: Expected indentation of 10 spaces but found 5 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:178:22: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:179:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:179:1: Expected indentation of 8 spaces but found 4 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:179:7: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:180:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:180:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:181:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:181:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:181:5: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:182:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:182:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:182:4: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:183:2: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:185:23: Missing space before function parentheses. (space-before-function-paren) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:186:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:186:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:186:65: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:187:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:187:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:188:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:188:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:188:20: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:189:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:189:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:190:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:190:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:190:15: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:191:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:191:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:192:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:192:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:193:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:193:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:193:53: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:194:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:194:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:195:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:195:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:195:20: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:196:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:196:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:198:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:198:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:199:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:199:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:199:30: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:200:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:200:1: Expected indentation of 6 spaces but found 3 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:200:23: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:201:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:201:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:202:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:202:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:202:21: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:203:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:203:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/Gruntfile.js:203:19: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:2:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:3:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:4:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:6:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:7:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:8:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:9:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:11:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:12:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:13:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:14:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:16:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:17:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:20:13: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:22:26: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:24:31: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:27:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:27:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:27:17: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:28:3: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:30:35: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:31:29: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:33:35: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:35:60: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:36:50: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:39:93: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:41:119: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:43:43: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:45:32: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:46:24: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:47:24: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:48:67: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:51:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:51:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:52:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:52:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:52:110: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:53:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:53:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:53:65: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:54:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:54:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:54:105: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:55:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:55:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:55:18: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:59:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:59:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:59:36: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:61:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:61:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:61:53: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:63:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:63:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:63:44: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:65:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:65:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:66:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:66:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:67:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:67:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:68:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:68:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:69:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:69:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:70:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:70:1: Expected indentation of 4 spaces but found 2 tabs. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:70:22: Unexpected trailing comma. (comma-dangle) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:71:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:71:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:71:4: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:73:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:73:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:73:61: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:75:1: Unexpected tab character. (no-tabs) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:75:1: Expected indentation of 2 spaces but found 1 tab. (indent) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:75:43: Extra semicolon. (semi) + /workspaces/nodebb-spring-26-the-code-monkeys/app.js:77:1: Unexpected tab character. (no-tabs)