Skip to content

Commit

Permalink
feat: markdown linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed May 24, 2024
1 parent 2e451dd commit 98c868b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ repos:
hooks:
- id: pretty-format-kotlin
args: [ --ktfmt ]

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.13.0
hooks:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Interact with RDF data.
|-------------------------------------------------------------|--------------------------------|
| [`jvm:RDFValidator`](./src/main/kotlin/std/RDFValidator.kt) | Validate RDF data using SHACL. |


##### Network Utilities

These processors interact with the network.
Expand All @@ -38,7 +37,7 @@ Fetch and write data from and to the local file system.

#### Datatypes

At the time of writing, the JVM Runner supports a limit set of datatypes and classes. You may use either wrapper classes or the primitive types directly.
At the time of writing, the JVM Runner supports a limit set of datatypes and classes. You may use either wrapper classes or the primitive types directly.

| URI | Java Mapping |
|---------------------------|--------------------|
Expand Down

0 comments on commit 98c868b

Please sign in to comment.