Skip to content

Commit

Permalink
get rid of the super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
utkuufuk committed Jun 27, 2020
1 parent bc7614d commit 707f2a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
- name: Check gofmt
run: test -z "$(gofmt -s -d .)"

- name: Lint Code Base
uses: docker://github/super-linter:v2.2.0

- name: Run go vet
run: go vet ./...

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Feel free to add new sources or improve the implementations of the existing ones
Copy and rename `config.example.yml` as `config.yml`, then set your own values in `config.yml`. Most of the configuration parameters are self explanatory, so the following only covers some of them:

### Global Timeout
You can edit the `timeout_secs` config value in order to update global timeout (in seconds) for a single execution.
You can edit the `timeout_secs` config value in order to update global timeout (in seconds) for a single execution.

The execution will not terminate until the timeout is reached, so it's important that the timeout is shorter than the cron job period.

Expand All @@ -35,11 +35,11 @@ You need a Telegram token & a chat ID in order to enable the integration if you

### Data Sources
Every data source must have the following configuration parameters under the `source_config` key:
* `name`
* `enabled`
* `strict`
* `label_id`
* `period`
* `name`
* `enabled`
* `strict`
* `label_id`
* `period`

#### **`enabled`**
In order to disable a source, just update the `enabled` flag to `false`. There's no need to remove/edit the other parameters for that source.
Expand Down

0 comments on commit 707f2a1

Please sign in to comment.