Skip to content

Commit

Permalink
fix(#3035): fix remaining yaml linting errors and warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
slry committed Apr 21, 2024
1 parent 6230b7f commit 3230a66
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .0pdd.yml
@@ -1,3 +1,4 @@
---
errors:
- yegor256@gmail.com
# alerts:
Expand Down
1 change: 1 addition & 0 deletions .codacy.yml
@@ -1,6 +1,7 @@
# @todo #1326:30min Enable only necessary tests. Several checks
# are not available for the project. For example a lot of
# package name contains capital letter and such names are conventional.
---
exclude_paths:
- "eo-runtime/src/main/java/EOorg/EOeolang/EOcage$EOencaged$EOencage.java"
- "eo-runtime/src/main/java/EOorg/EOeolang/Cages.java"
Expand Down
3 changes: 2 additions & 1 deletion .markdownlint.yml
@@ -1,3 +1,4 @@
---
# Default state for all rules
default: true

Expand All @@ -7,7 +8,7 @@ MD013:

# Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md033.md
MD033:
allowed_elements: [img]
allowed_elements: [ img ]

# Fenced code blocks should have a language specified : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md040.md
MD040: false
Expand Down
1 change: 1 addition & 0 deletions .rultor.yml
@@ -1,3 +1,4 @@
---
architect:
- yegor256
ec2:
Expand Down

0 comments on commit 3230a66

Please sign in to comment.