Skip to content

Commit

Permalink
Linter, prettier, coverage, and gen settings for openapi-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Silas Boyd-Wickizer committed Jul 22, 2019
1 parent e8d2cb0 commit e83d9de
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
src/api.ts
src/gen
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"src/**/*.ts"
],
"exclude": [
"src/api.ts",
"src/gen/*/**.ts",
"src/index.ts",
"src/*_test.ts"
],
Expand Down
3 changes: 0 additions & 3 deletions settings
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,3 @@ export CLIENT_VERSION="0.8-SNAPSHOT"

# Name of the release package
export PACKAGE_NAME="@kubernetes/node-client"

# Swagger Codegen version: use last v2.
export SWAGGER_CODEGEN_COMMIT="v2.4.5"
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"defaultSeverity": "error",
"linterOptions": {
"exclude": [
"src/api.ts",
"src/gen/**/*.ts",
"dist",
"node_modules"
]
Expand Down

0 comments on commit e83d9de

Please sign in to comment.