File: chef

package info (click to toggle)
check-all-the-things 2025.02.06
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468 kB
  • sloc: python: 1,039; makefile: 17
file content (8 lines) | stat: -rw-r--r-- 188 bytes parent folder | download
1
2
3
4
5
6
7
8
[foodcritic]
flags = todo cfg-mgmt
comment = lots of false positives due to *.rb being Chef files and also Ruby files
apt = foodcritic
files = *.rb
command = foodcritic .

# vim:ft=dosini