Skip to content

Commit

Permalink
Revert "exclude .github directory" (#3547)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jun 12, 2023
1 parent 29248a4 commit 2c0ea93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansiblelint/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def merge_config(file_config: dict[Any, Any], cli_config: Options) -> Options:
)
# maps lists to their default config values
lists_map = {
"exclude_paths": [".cache", ".git", ".github", ".hg", ".svn", ".tox"],
"exclude_paths": [".cache", ".git", ".hg", ".svn", ".tox"],
"rulesdir": [],
"skip_list": [],
"tags": [],
Expand Down

0 comments on commit 2c0ea93

Please sign in to comment.