Skip to content

Commit

Permalink
fix: multiple typscript errors
Browse files Browse the repository at this point in the history
Signed-off-by: mbwhite <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite committed Jan 3, 2024
1 parent 17e5606 commit d3a3547
Show file tree
Hide file tree
Showing 28 changed files with 1,699 additions and 214 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
.vscode/
coverage
dist
*.tgz
*.tgz
app.log
2 changes: 2 additions & 0 deletions .tektonlintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ rules: # error | warning | off
prefer-when-expression: warning
no-deprecated-resource: warning
no-missing-hashbang: warning


17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,14 @@

> A linter for [tekton] resource definitions
## Requirements
## Quick Start

The only requirement is [node] (at least `18`).
Using Node 20 or later:

## Install

> Please note that the npmjs module was published under the former maintainer's own ID
> Please download the `tgz` and install locally
```bash
wget -qi https://github.com/IBM/tekton-lint/releases/download/v0.6.1/tekton-lint-0.6.1.tgz
npm install -g tekton-lint-0.6.1.tgz
tekton-lint --version
rm tekton-lint-0.6.1.tgz
```
npx @ibm/tekton-lint <glob-pattern-to-yaml-files>
```


## Usage

Expand Down
Loading

0 comments on commit d3a3547

Please sign in to comment.