Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Flavius Lacatusu <[email protected]>
  • Loading branch information
flacatus committed Jun 8, 2021
1 parent f10fcf3 commit df3760f
Show file tree
Hide file tree
Showing 65 changed files with 3,614 additions and 3,565 deletions.
5 changes: 4 additions & 1 deletion configs/disabled.rules.chectl.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"no-multi-assign": 0,
"no-lonely-if": 0,
"no-async-promise-executor": 0,
"prefer-promise-reject-errors": 0
"prefer-promise-reject-errors": 0,
"no-else-return": 0,
"no-useless-return": 0,
"complexity": 0
}
}
4 changes: 2 additions & 2 deletions configs/eslint.license.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[
"*",
{
"pattern": "^ \\* Copyright \\(c\\) 2021 Red Hat, Inc\\.$",
"template": " * Copyright (c) 2021 Red Hat, Inc."
"pattern": "^ \\* Copyright \\(c\\) \\d{4}(-\\d{4})* Red Hat, Inc\\.$",
"template": " * Copyright (c) 2019-2021 Red Hat, Inc."
},
" * This program and the accompanying materials are made",
" * available under the terms of the Eclipse Public License 2.0",
Expand Down
Loading

0 comments on commit df3760f

Please sign in to comment.