Skip to content

Commit 13f618f

Browse files
committed
Bump version, update contributing guide with linting and formatting
1 parent e66d30a commit 13f618f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,17 @@ Anything exposed to the shell or user--functions, global/universal variables, an
4848
- Items begin with `_tide_item_`
4949
- Subcommands begin with `_tide_sub_`
5050

51+
## Linting
52+
53+
Markdown and Yaml linting is done via the [Super-Linter][] action.
54+
55+
## Formatting
56+
57+
Code formatting is done via [fish_indent][].
58+
59+
Markdown and Yaml formatting is done via [Prettier][].
60+
5161
[fishtape]: https://github.com/jorgebucaran/fishtape
62+
[fish_indent]: https://fishshell.com/docs/current/cmds/fish_indent.html
63+
[prettier]: https://github.com/prettier/prettier
64+
[super-linter]: https://github.com/github/super-linter

tools/_tide_actual_install.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function _set_immutables
6666

6767
_set_immutable _tide_file_list (string replace "$tempDir/" '' $tempDir/{completions/*, conf.d/*, functions/*})
6868

69-
_set_immutable _tide_version 2.0.0
69+
_set_immutable _tide_version 2.2.0
7070
_set_immutable _tide_dir "$__fish_config_dir/tide_theme"
7171
# --------------Colors--------------
7272
_set_immutable _tide_color_green 5FD700

0 commit comments

Comments
 (0)