Skip to content

Commit

Permalink
Upgrade to super-linter v4 due to breaking issue (#21)
Browse files Browse the repository at this point in the history
* Upgrade to super-linter v4 due to breaking issue

super-linter v3 introduced a critical issue '/action/lib/functions/tapLibrary.sh: No such file or directory'.
This is resolved in v4 and won't be released in v3.

* Update README to confirm to textlint
  • Loading branch information
sleighzy committed Feb 7, 2022
1 parent 7ea85ab commit 9ec738d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter@v3
uses: github/super-linter@v4
env:
DEFAULT_BRANCH: master
FILTER_REGEX_EXCLUDE: .*(tests/|Dockerfile.j2).*
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ log4j-related available variables.
| ------------------------------ | -------------------- |
| ZooKeeper connection | localhost:2181 |
| Kafka bootstrap servers | localhost:9092 |
| Kafka consumer group Id | kafka-consumer-group |
| Kafka broker id | 0 |
| Kafka consumer group ID | kafka-consumer-group |
| Kafka broker ID | 0 |
| Number of partitions | 1 |
| Data log file retention period | 168 hours |
| Enable auto topic creation | false |
Expand Down

0 comments on commit 9ec738d

Please sign in to comment.