CaffGeek/MBACNationals

View on GitHub
Web.Admin/App_Start/BundleConfig.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method RegisterBundles has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static void RegisterBundles(BundleCollection bundles)
        {
            bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
                "~/Scripts/jquery-{version}.js",
                "~/Scripts/jquery-ui-{version}.js",
Severity: Minor
Found in Web.Admin/App_Start/BundleConfig.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status