Skip to content
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

add inch.config file to improve CI-inch documentation tag data #25

Open
E3V3A opened this issue Apr 8, 2018 · 1 comment
Open

add inch.config file to improve CI-inch documentation tag data #25

E3V3A opened this issue Apr 8, 2018 · 1 comment

Comments

@E3V3A
Copy link
Owner

E3V3A commented Apr 8, 2018

Add and inch config file as inch.json.

{
  "files": {
    "included": [
      "plugins/**/*.js"
    ],
    "excluded": [
      "plugins/vendor/sparkr/sparkr.js",
      "plugins/vendor/**/*.js",
      "!regexp:/vendor/"
    ]
  }
}
@E3V3A
Copy link
Owner Author

E3V3A commented Apr 8, 2018

we can use:

{
  "files": {
    "included": [
      "./*.js"
    ],
    "excluded": [
      "lib/*.js",
      "!regexp:/lib/"
    ]
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant