Sanitizing my alrules.json files

In this video, I try to figure out what code analyzer rules I should use and I create a global master. My current alrules.json file is attached below.

https://youtu.be/_GnEUHcOzt0
{
    "name": "RULES",
    "description": "Erik's Rules",
    "rules": [
        {
            "id": "AA0215",
            "action": "Hidden",
            "justification": "This is OK -> Don't need MS to dictate filenames."
        },
        {
            "id": "AA0072",
            "action": "Hidden",
            "justification": "This is OK -> Don't need MS to dictate variable names."
        },
        {
            "id": "AA0074",
            "action": "Hidden",
            "justification": "This is OK -> Don't need MS to dictate label names."
        },
        {
            "id": "AA0021",
            "action": "Hidden",
            "justification": "This is OK -> Don't need sorted variables."
        },
        {
            "id": "AA0214",
            "action": "Hidden",
            "justification": "Not working right now..."
        },
        {
            "id": "AA0217",
            "action": "Hidden",
            "justification": "No Microsoft, bad Microsoft, you don't get it!!!"
        },
        {
            "id": "AA0210",
            "action": "Hidden",
            "justification": "Yes, I know I'm setting a filter on a key-value!"
        },
        {
            "id": "AA0470",
            "action": "Hidden",
            "justification": "No needed right now (only for translators)"
        },
        {
            "id": "AW0009",
            "action": "Hidden",
            "justification": "We're using a blob - try to stop us!"
        }
    ]
}