Imported Upstream version 4.7.2
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
+octal_number # leading zeros make an octal number
|
||||
+nested_comment # nested comment
|
||||
+misplaced_regex # regular expressions should be preceded by a left parenthesis, assignment, colon, or comma
|
||||
+ambiguous_newline # unexpected end of line; it is ambiguous whether these lines are part of the same statement
|
||||
-ambiguous_newline # unexpected end of line; it is ambiguous whether these lines are part of the same statement
|
||||
+empty_statement # empty statement or extra semicolon
|
||||
-missing_option_explicit # the "option explicit" control comment is missing
|
||||
+partial_option_explicit # the "option explicit" control comment, if used, must be in the first script tag
|
||||
@@ -120,6 +120,7 @@
|
||||
+define jQuery
|
||||
+define define
|
||||
+define require
|
||||
+define module #used in Gruntfile
|
||||
+define ipa_loader
|
||||
|
||||
### Files
|
||||
@@ -129,7 +130,9 @@
|
||||
# or "+process Folder\Path\*.htm".
|
||||
#
|
||||
|
||||
+process index.html
|
||||
+process ./*.html
|
||||
+process ../migration/*.html
|
||||
+process ../html/*.html
|
||||
+process src/libs/browser.js
|
||||
+process src/libs/jquery.ordered-map.js
|
||||
+process src/freeipa/*.js
|
||||
@@ -140,4 +143,4 @@
|
||||
+process src/freeipa/plugins/*.js
|
||||
+process src/freeipa/widgets/*.js
|
||||
+process src/*.js
|
||||
+process ./*.js
|
||||
+process ./*.js
|
||||
|
||||
Reference in New Issue
Block a user