Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Update tabs to spaces #374

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

chocopowwwa
Copy link

user@user:~/elasticsearch-kopf$ grunt server
(node:22909) DeprecationWarning: process.EventEmitter is deprecated. Use require('events') instead.
Running "clean:dist" (clean) task

Running "jshint:kopf" (jshint) task
Linting src/kopf/controllers/rest.js ...ERROR
[L34:C1] W099: Mixed spaces and tabs.
if(path.substring(0,1) !== '/') {
[L35:C2] W099: Mixed spaces and tabs.
path = '/' + path;
[L36:C1] W099: Mixed spaces and tabs.
}

Warning: Task "jshint:kopf" failed. Use --force to continue.

Aborted due to warnings.
user@user:/elasticsearch-kopf$ grunt --version
grunt-cli v1.2.0
grunt v0.4.5
user@user:
/elasticsearch-kopf$ node --version
v6.5.0
user@user:~/elasticsearch-kopf$ npm --version
3.10.3

user@user:~/elasticsearch-kopf$ grunt server
(node:22909) DeprecationWarning: process.EventEmitter is deprecated. Use require('events') instead.
Running "clean:dist" (clean) task

Running "jshint:kopf" (jshint) task
Linting src/kopf/controllers/rest.js ...ERROR
[L34:C1] W099: Mixed spaces and tabs.
    if(path.substring(0,1) !== '/') {
[L35:C2] W099: Mixed spaces and tabs.
      path = '/' + path;
[L36:C1] W099: Mixed spaces and tabs.
    }

Warning: Task "jshint:kopf" failed. Use --force to continue.

Aborted due to warnings.
user@user:~/elasticsearch-kopf$ grunt --version
grunt-cli v1.2.0
grunt v0.4.5
user@user:~/elasticsearch-kopf$ node --version
v6.5.0
user@user:~/elasticsearch-kopf$ npm --version
3.10.3
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant