Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ dist
/pkg
# Read everything in fixtures
/spec/fixtures/*
# Un-ignore hieradata
# Un-ignore hieradata. The directory itself must be re-included first, otherwise
# `/spec/fixtures/*` above excludes it and git cannot re-include files within it.
!/spec/fixtures/hieradata/
!/spec/fixtures/hieradata/*
# Except this one, which is auto-generated
/spec/fixtures/hieradata/hiera.yaml
Expand All @@ -25,6 +27,7 @@ dist
/log
/doc
/Gemfile.lock
/Gemfile.local

## AI coding assistant-specific configuration
## The standard is AGENTS.md
Expand Down
3 changes: 3 additions & 0 deletions .puppet-lint.rc
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
# This is here because the code can't handle lookups in parameters and SIMP
# modules have a LOT of those
--no-parameter_order-check
# puppet-lint-strict_indent-check 5.0.0 crashes on some valid manifests
# (remove when the plugin is fixed upstream)
--no-strict_indent-check