1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-13 18:04:00 +02:00

Merge pull request #157 from nostalgic-css/93/soften-commitlint-rules

Fix `develop` builds
This commit is contained in:
ダーシノ
2018-12-11 08:38:00 +09:00
committed by GitHub
3 changed files with 12 additions and 1673 deletions

View File

@@ -11,6 +11,17 @@ defaults: &defaults
jobs: jobs:
commitlint:
docker:
- image: williamlauze/circleci-commitlint:latest
working_directory: ~/app
steps:
- checkout
- run:
name: Lint commit messages
command: /bin/sh /.scripts/commitlint_range.sh
checkout: checkout:
<<: *defaults <<: *defaults
@@ -94,17 +105,6 @@ jobs:
paths: paths:
- css - css
commitlint:
<<: *defaults
steps:
- attach_workspace:
at: .
- run:
name: Lint commit messages
command: npx semantic-commitlint -- --ci
lint: lint:
<<: *defaults <<: *defaults
@@ -170,6 +170,7 @@ workflows:
main: main:
jobs: jobs:
- checkout - checkout
- commitlint
- install-dependencies: - install-dependencies:
requires: requires:
- checkout - checkout
@@ -179,9 +180,6 @@ workflows:
# - coverage: # - coverage:
# requires: # requires:
# - install-dependencies # - install-dependencies
- commitlint:
requires:
- install-dependencies
- lint: - lint:
requires: requires:
- install-dependencies - install-dependencies

1652
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,7 +14,6 @@
"storybook": "start-storybook -p 6006", "storybook": "start-storybook -p 6006",
"build:storybook": "build-storybook", "build:storybook": "build-storybook",
"deploy": "npm run build", "deploy": "npm run build",
"semantic-commitlint": "semantic-commitlint",
"semantic-release": "semantic-release", "semantic-release": "semantic-release",
"commit": "git-cz", "commit": "git-cz",
"commit:retry": "git-cz --retry", "commit:retry": "git-cz --retry",
@@ -55,7 +54,6 @@
"postcss-cli": "^6.0.0", "postcss-cli": "^6.0.0",
"prettier": "^1.15.2", "prettier": "^1.15.2",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"semantic-commitlint": "^1.3.2",
"semantic-release": "^15.12.3", "semantic-release": "^15.12.3",
"stylelint": "^9.5.0", "stylelint": "^9.5.0",
"stylelint-config-prettier": "^4.0.0", "stylelint-config-prettier": "^4.0.0",
@@ -95,11 +93,6 @@
"prettier": { "prettier": {
"printWidth": 100 "printWidth": 100
}, },
"release": {
"verifyRelease": [
"semantic-commitlint"
]
},
"stylelint": { "stylelint": {
"plugins": [ "plugins": [
"stylelint-scss", "stylelint-scss",