Skip to content

Require 'use strict' in toplevel functions

richard.petersen requested to merge feature/strict into master

As we do not have a 'use strict' method in the global space, I would recommend, that any toplevel function is required to enable strict mode. I tested on branch develop and there are a lot of files violating this rule

Merge request reports