epacke / Indeni-CodeQual

Making the life easier for indeni developers
0 stars 2 forks source link

missed check: space around equals: fails to catch easy assignment...? #33

Open haughki opened 6 years ago

haughki commented 6 years ago

How are we missing this?? See example and attached complete file.

BEGIN{
    ip_index=0
    object_ip_index=0
    object_name_index=0
    local_ip_list[1] = ""
    cluster_memebers_ips[1] = ""
    cluster_memebers_name[1] = ""
    is_local[1] = 0
}

missing_equals.txt

joakimhedberg commented 5 years ago

The code in question excludes /index/