Skip to content

Commit 51f3a8e

Browse files
author
nkowenski
committed
diable error on super linter
1 parent ec70bf0 commit 51f3a8e

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/super-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
VALIDATE_PYTHON: true
3232
LINTER_RULES_PATH: ".github/workflows/linters"
33+
DISABLE_ERRORS: true #to-do make this FALSE!!
3334

3435

3536

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -141,22 +141,10 @@ Alternative architecrues:
141141

142142
# Roadmap:
143143

144-
## Tag 0.0.9:
145-
146-
- [x] Fix #59
147-
- [x] implement `source` to specify a source secret to sync instead of `data` field. (https://github.com/zakkg3/ClusterSecret/issues/3)
148-
- [x] Fix bug #48
144+
TO-DO: enable super linter -> DISABLE_ERRORS
149145

150146

151-
## Tag 0.1.0 :
152-
- [ ] update base-image to latest
153-
- [ ] update kopf package to latest
154-
- [ ] react to changes on source secret. #36
155-
- [ ] add source from Externalsecrets or other providers.
156147

157-
158-
* * *
159-
160148
# Support
161149

162150
If you need support, start with the troubleshooting guide: Run it in debug mode.

0 commit comments

Comments
 (0)