Skip to content

Commit

Permalink
ci: Remove commit lint and update README (#17)
Browse files Browse the repository at this point in the history
Ensuring every commit is conventional is unnecessary due to using Squash
& Merge.
  • Loading branch information
chris3ware committed Jan 21, 2023
1 parent b8f6f71 commit 2d641e0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 55 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Default settings
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

# Do not trim trailing whitespace on Markdown files as double space can be used
# for a newline
[*.md]
trim_trailing_whitespace = false
Binary file added .github/images/wiki/git_graph_linear_ex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 0 additions & 18 deletions .github/workflows/commitlint.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions commitlint.config.js

This file was deleted.

0 comments on commit 2d641e0

Please sign in to comment.