Move some fqcn stuff to warn

This commit is contained in:
Salt 2022-10-12 09:52:18 -05:00
parent 29963e1c30
commit 3acd6ea63d

View File

@ -30,13 +30,14 @@ skip_list:
- command-instead-of-module
# Jesus Christ what's with the style enforcement here?
- name[template]
warn_list:
# These tend to be pretty buggy
- experimental
# FQCN is a nice-to-have, but I'm not worried about it
- fqcn-builtins
# Why the fuck does my naming scheme matter? Eat shit. It's not a deprecation,
# it's literally just stylistic
- name[casing]
- name[play]
# These tend to be pretty buggy
- experimental
warn_list:
# FQCN is a nice-to-have, but I'm not worried about it
- fqcn-builtins
- fqcn[action]