mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
Remove linting as posttest step
- linting is handled separately (in CI and locally, as it's a git pre-push hook) so we shouldn't also be running it after tests
This commit is contained in:
parent
0a5f600dfe
commit
08abfcafd1
19 changed files with 19 additions and 38 deletions
|
@ -8,8 +8,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -10,8 +10,7 @@
|
|||
"test": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint:code": "eslint *.js lib/ --ext .js --cache",
|
||||
"lint": "yarn lint:code && yarn lint:test",
|
||||
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -10,8 +10,7 @@
|
|||
"test": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint:code": "eslint *.js lib/ --ext .js --cache",
|
||||
"lint": "yarn lint:code && yarn lint:test",
|
||||
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -10,8 +10,7 @@
|
|||
"test": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint:code": "eslint *.js lib/ --ext .js --cache",
|
||||
"lint": "yarn lint:code && yarn lint:test",
|
||||
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -10,8 +10,7 @@
|
|||
"test": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint:code": "eslint *.js lib/ --ext .js --cache",
|
||||
"lint": "yarn lint:code && yarn lint:test",
|
||||
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --check-coverage --100 --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
@ -9,8 +9,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
|
|
|
@ -10,8 +10,7 @@
|
|||
"test": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint:code": "eslint *.js lib/ --ext .js --cache",
|
||||
"lint": "yarn lint:code && yarn lint:test",
|
||||
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
Loading…
Reference in a new issue