diff --git a/.jscsrc b/.jscsrc index c8c54f6758..8268585f63 100644 --- a/.jscsrc +++ b/.jscsrc @@ -1,7 +1,11 @@ { "excludeFiles": [ + ".venv/**", + "bower_components/**", + "horizon/.coverage-karma/**", + "lib/**", "node_modules/**", - "bower_components/**" + "openstack_dashboard/.coverage-karma/**" ], "requireCurlyBraces": [ "if", @@ -51,4 +55,4 @@ "disallowMultipleLineBreaks": true, "disallowTrailingComma": true, "requireParenthesesAroundIIFE": true -} \ No newline at end of file +}