Skip to content

Commit

Permalink
Remove attributes for latest version of vale
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymidnight committed Oct 12, 2023
1 parent f95bd23 commit 8bb0ff2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions vale/styles/Buildkite/eg.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
extends: existence
message: Consider replacing '%s' with 'for example'
level: warning
code: false
ignorecase: true
tokens:
- '\be\.g\b'
- '\be\.g.\b'
- '\be\.g.\b'
3 changes: 1 addition & 2 deletions vale/styles/Buildkite/etc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
extends: existence
message: Consider replacing '%s' with 'and so on'
level: warning
code: false
ignorecase: true
tokens:
- '\betc\.\b'
- '\betc\.\b'
3 changes: 1 addition & 2 deletions vale/styles/Buildkite/ie.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
extends: existence
message: Consider replacing '%s' with 'in other words'
level: warning
code: false
ignorecase: true
tokens:
- '\bi\.e\b'
- '\bi\.e.\b'
- '\bi\.e.\b'
3 changes: 1 addition & 2 deletions vale/styles/Buildkite/via.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
extends: existence
message: Consider replacing '%s' with 'using'
level: warning
code: false
ignorecase: true
tokens:
- '\bvia\b'
- '\bvia\b'

0 comments on commit 8bb0ff2

Please sign in to comment.