Skip to content

Commit

Permalink
chore: standardise structure (.gitignore & _mapdata.rb) [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#292
  • Loading branch information
myii committed Feb 11, 2021
1 parent 63158c0 commit 6d17eb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,11 @@ docs/*.md
Dockerfile.*_*
ignore/
tmp/

# `salt-formula` -- Vagrant Specific files
.vagrant
top.sls

# `suricata-formula` -- Platform binaries
*.rpm
*.deb
2 changes: 1 addition & 1 deletion test/integration/default/controls/_mapdata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'yaml'

control 'TEMPLATE._mapdata' do
control 'template._mapdata' do
title '`map.jinja` should match the reference file'

### Method
Expand Down

0 comments on commit 6d17eb0

Please sign in to comment.