Skip to content

Commit

Permalink
Update variable linting regex to include internal variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Sep 24, 2024
1 parent 7591b93 commit e17ded5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exclude_paths:
# requirements, like avoiding python identifiers. To disable add `var-naming`
# to skip_list.
# var_naming_pattern: "^[a-z_][a-z0-9_]*$"
var_naming_pattern: "^checkmk_(server|agent|var)_.*$"
var_naming_pattern: "^(__)?checkmk_(server|agent|var)_.*$"

use_default_rules: true
# Load custom rules from this specific folder
Expand Down

0 comments on commit e17ded5

Please sign in to comment.