Skip to content

chore(meta): rename repository name #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: test
on: [push, pull_request]
env:
CI: true
jobs:
test:
name: "Test on Node.js ${{ matrix.node_version }}"
runs-on: ubuntu-18.04
strategy:
matrix:
node_version: [10, 12]
steps:
- name: checkout
uses: actions/checkout@v2
- name: setup Node ${{ matrix.node_version }}
uses: actions/setup-node@v1
with:
node_version: ${{ matrix.node_version }}
- name: Install
run: yarn install
- name: Test
run: yarn test
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# textlint-rule-spacing [![Build Status](https://travis-ci.org/textlint-ja/textlint-rule-spacing.svg?branch=master)](https://travis-ci.org/textlint-ja/textlint-rule-spacing)
# textlint-rule-preset-ja-spacing [![Actions Status](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/workflows/test/badge.svg)](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/actions?query=workflow%3A"test")

[textlint](https://textlint.github.io/)のスペース関連のmonorepoです。

Expand Down Expand Up @@ -90,7 +90,7 @@ textlint --preset preset-ja-spacing README.md
}
```

またデフォルトでは、[textlint-rule-ja-space-around-code](https://github.com/textlint-ja/textlint-rule-spacing/tree/master/packages/textlint-rule-ja-space-around-code)は無効になっています。
またデフォルトでは、[textlint-rule-ja-space-around-code](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/tree/master/packages/textlint-rule-ja-space-around-code)は無効になっています。

次のように設定することで、プリセットに含まれるすべてのルールを有効にできます。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ textlint --rule ja-nakaguro-or-halfwidth-space-between-katakana README.md

## Changelog

See [Releases page](https://github.com/textlint-ja/textlint-rule-spacing/releases).
See [Releases page](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/releases).

## Running tests

Expand All @@ -45,7 +45,7 @@ Install devDependencies and Run `npm test`:

Pull requests and stars are always welcome.

For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-spacing/issues).
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues).

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
},
"author": "azu",
"email": "[email protected]",
"homepage": "https://github.com/textlint-ja/textlint-rule-spacing",
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
"license": "MIT",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-spacing/issues"
"url": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues"
},
"scripts": {
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ textlint --rule ja-no-space-around-parentheses README.md

## Changelog

See [Releases page](https://github.com/extlint-ja/textlint-rule-spacing/releases).
See [Releases page](https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/releases).

## Running tests

Expand All @@ -55,7 +55,7 @@ Install devDependencies and Run `npm test`:

Pull requests and stars are always welcome.

For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-spacing/issues).
For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/issues).

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
},
"author": "azu",
"email": "[email protected]",
"homepage": "https://github.com/extlint-ja/textlint-rule-spacing",
"homepage": "https://github.com/extlint-ja/textlint-rule-preset-ja-spacing",
"license": "MIT",
"bugs": {
"url": "https://github.com/extlint-ja/textlint-rule-spacing/issues"
"url": "https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/issues"
},
"scripts": {
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ textlint --rule ja-no-space-between-full-width README.md

## Changelog

See [Releases page](https://github.com/textlint-ja/textlint-rule-spacing/releases).
See [Releases page](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/releases).

## Running tests

Expand All @@ -52,7 +52,7 @@ Install devDependencies and Run `npm test`:

Pull requests and stars are always welcome.

For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-spacing/issues).
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues).

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
},
"author": "azu",
"email": "[email protected]",
"homepage": "https://github.com/textlint-ja/textlint-rule-spacing",
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
"license": "MIT",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-spacing/issues"
"url": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues"
},
"scripts": {
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",
Expand Down
4 changes: 2 additions & 2 deletions packages/textlint-rule-ja-space-after-exclamation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ textlint --rule ja-space-after-exclamation README.md

## Changelog

See [Releases page](https://github.com/extlint-ja/textlint-rule-spacing/releases).
See [Releases page](https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/releases).

## Running tests

Expand All @@ -52,7 +52,7 @@ Install devDependencies and Run `npm test`:

Pull requests and stars are always welcome.

For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-spacing/issues).
For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/issues).

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
},
"author": "azu",
"email": "[email protected]",
"homepage": "https://github.com/extlint-ja/textlint-rule-spacing",
"homepage": "https://github.com/extlint-ja/textlint-rule-preset-ja-spacing",
"license": "MIT",
"bugs": {
"url": "https://github.com/extlint-ja/textlint-rule-spacing/issues"
"url": "https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/issues"
},
"scripts": {
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",
Expand Down
4 changes: 2 additions & 2 deletions packages/textlint-rule-ja-space-after-question/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ textlint --rule ja-space-after-question README.md

## Changelog

See [Releases page](https://github.com/extlint-ja/textlint-rule-spacing/releases).
See [Releases page](https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/releases).

## Running tests

Expand All @@ -55,7 +55,7 @@ Install devDependencies and Run `npm test`:

Pull requests and stars are always welcome.

For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-spacing/issues).
For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/issues).

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
Expand Down
6 changes: 3 additions & 3 deletions packages/textlint-rule-ja-space-after-question/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
},
"author": "azu",
"email": "[email protected]",
"homepage": "https://github.com/extlint-ja/textlint-rule-spacing",
"homepage": "https://github.com/extlint-ja/textlint-rule-preset-ja-spacing",
"license": "MIT",
"bugs": {
"url": "https://github.com/extlint-ja/textlint-rule-spacing/issues"
"url": "https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/issues"
},
"scripts": {
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",
Expand Down
4 changes: 2 additions & 2 deletions packages/textlint-rule-ja-space-around-code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ textlint --rule ja-space-around-code README.md

## Changelog

See [Releases page](https://github.com/textlint-ja/textlint-rule-spacing/releases).
See [Releases page](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/releases).

## Running tests

Expand All @@ -77,7 +77,7 @@ Install devDependencies and Run `npm test`:

Pull requests and stars are always welcome.

For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-spacing/issues).
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues).

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
Expand Down
6 changes: 3 additions & 3 deletions packages/textlint-rule-ja-space-around-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
},
"author": "azu",
"email": "[email protected]",
"homepage": "https://github.com/textlint-ja/textlint-rule-spacing",
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
"license": "MIT",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-spacing/issues"
"url": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues"
},
"scripts": {
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ textlint --rule ja-space-between-half-and-full-width README.md

## Changelog

See [Releases page](https://github.com/textlint-ja/textlint-rule-spacing/releases).
See [Releases page](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/releases).

## Running tests

Expand All @@ -92,7 +92,7 @@ Install devDependencies and Run `npm test`:

Pull requests and stars are always welcome.

For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-spacing/issues).
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues).

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
},
"author": "azu",
"email": "[email protected]",
"homepage": "https://github.com/textlint-ja/textlint-rule-spacing",
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
"license": "MIT",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-spacing/issues"
"url": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues"
},
"scripts": {
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",
Expand Down
8 changes: 4 additions & 4 deletions packages/textlint-rule-preset-ja-spacing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

含まれているルールに関しては以下を参照してください。

- [textlint-ja/textlint-rule-spacing: スペース周りのスタイルを扱うtextlintルール集](https://github.com/textlint-ja/textlint-rule-spacing "textlint-ja/textlint-rule-spacing: スペース周りのスタイルを扱うtextlintルール集")
- [textlint-ja/textlint-rule-preset-ja-spacing: スペース周りのスタイルを扱うtextlintルール集](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing "textlint-ja/textlint-rule-preset-ja-spacing: スペース周りのスタイルを扱うtextlintルール集")

それぞれのルールは個別のモジュールであるため、必要なルールのみをインストールすることも可能です。

Expand Down Expand Up @@ -36,7 +36,7 @@ textlint --preset ja-spacing README.md

## Options

デフォルトでは、[textlint-rule-ja-space-around-code](https://github.com/textlint-ja/textlint-rule-spacing/tree/master/packages/textlint-rule-ja-space-around-code)は無効になっています。
デフォルトでは、[textlint-rule-ja-space-around-code](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/tree/master/packages/textlint-rule-ja-space-around-code)は無効になっています。

次のように設定することで、プリセットに含まれるすべてのルールを有効にできます。

Expand All @@ -55,7 +55,7 @@ textlint --preset ja-spacing README.md

## Changelog

See [Releases page](https://github.com/textlint-ja/textlint-rule-spacing/releases).
See [Releases page](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/releases).

## Running tests

Expand All @@ -67,7 +67,7 @@ Install devDependencies and Run `npm test`:

Pull requests and stars are always welcome.

For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-spacing/issues).
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues).

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
Expand Down
8 changes: 4 additions & 4 deletions packages/textlint-rule-preset-ja-spacing/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "textlint-rule-preset-ja-spacing",
"version": "2.0.1",
"description": "textlint-rule-spacingのルールプリセット",
"description": "textlint-rule-preset-ja-spacingのルールプリセット",
"main": "lib/index.js",
"files": [
"src/",
"lib/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
},
"author": "azu",
"email": "[email protected]",
"homepage": "https://github.com/textlint-ja/textlint-rule-spacing",
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
"license": "MIT",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-spacing/issues"
"url": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues"
},
"scripts": {
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",
Expand Down