Skip to content

Commit

Permalink
Remove toc lint
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Jan 31, 2024
1 parent ab5dd9f commit 31e6ec5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
14 changes: 2 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
version: 2.1

orbs:
slack: circleci/[email protected]

parameters:
ci_builder_image:
type: string
default: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.35.0
base_image:
type: string
default: ubuntu-2204:2022.07.1

commands:
notify-failures-on-develop:
description: "Notify Slack"
Expand All @@ -24,7 +21,6 @@ commands:
event: fail
template: basic_fail_1
branch_pattern: develop

jobs:
lint-specs:
docker:
Expand All @@ -37,10 +33,6 @@ jobs:
- run:
name: markdown lint
command: just lint-specs-md-check
- run:
name: toc lint
command: just lint-specs-toc-check

lint-links:
machine:
image: <<pipeline.parameters.base_image>>
Expand All @@ -51,18 +43,16 @@ jobs:
command: just lint-links
- notify-failures-on-develop:
channel: C055R639XT9 #notify-link-check

workflows:
specs-check:
when:
not:
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
equal: [scheduled_pipeline, << pipeline.trigger_source >>]
jobs:
- lint-specs

scheduled-links-check:
when:
equal: [ build_daily, <<pipeline.schedule.name>> ]
equal: [build_daily, <<pipeline.schedule.name>>]
jobs:
- lint-links:
context: slack
9 changes: 1 addition & 8 deletions specs/meta/markdown-style.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
# Markdown Style Guide

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**

- [Linting](#linting)
- [Links](#links)
- [Glossary](#glossary)
- [Internal (In-File) Links](#internal-in-file-links)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- toc -->

## Linting

Expand Down

0 comments on commit 31e6ec5

Please sign in to comment.