rdmorganiser / rdmo

A tool to support the planning, implementation, and organization of research data management.
https://rdmorganiser.github.io
Apache License 2.0
105 stars 49 forks source link

Add `typos` to pre-commit config #1032

Closed afuetterer closed 5 months ago

afuetterer commented 5 months ago

Description

Related issue: #1005

Motivation and Context

How has this been tested?

Types of Changes

Checklist

afuetterer commented 5 months ago

I added the following directories and patterns to the exclude list, meaning typos will not check those.

afuetterer commented 5 months ago

typos wants to change toggleDescandants to toggleDescendants in a few js files. Is that alright?

afuetterer commented 5 months ago

typos wants to change toggleDescandants to toggleDescendants in a few js files. Is that alright?

I still need a decision here. Should I rename these? CI/typos fails at the moment.

jochenklar commented 5 months ago

Sorry, yes, its fine.

afuetterer commented 5 months ago

Alright, will rename those.