-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unified code style #63
Merged
+12,527
−9,141
Merged
Changes from 1 commit
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
30c6e64
Replace !=/== with !==/=== + add brackets
tomasko126 98dcacd
Remove added extra space after negative comparison
tomasko126 7221964
CSS: 0px should be declared as 0 only
tomasko126 0f37cfe
Revert "CSS: 0px should be declared as 0 only"
tomasko126 ba97961
CSS: 0px should be declared as 0 only - #2 attempt
tomasko126 463cb48
Codacy code style fixes
tomasko126 0652e4a
Changing vendor-prefixed CSS rules to unprefixed rules
tomasko126 f973562
Remove duplicate CSS rules + vendor prefixes
tomasko126 3812b4b
Fix Codacy's compatibility issues
tomasko126 c017d74
Remove unneded images, 4 spaces-everywhere, Codacy fixes
tomasko126 1119576
Delete trailing commas
tomasko126 090e7c5
Enforce curly brackets after conditions
tomasko126 b28c100
Replace '' with ""
tomasko126 7f3a3ad
Enforce curly brackets
tomasko126 2807157
Add semicolons
tomasko126 f8f39eb
Enforce semicolons
tomasko126 f5ad270
Fix running blanket.js
tomasko126 920fd38
Fix some tests
tomasko126 b0e5535
Fix accessing settings by unit tests, fixed undefined functions
tomasko126 f870015
Fixed access to custom filters
tomasko126 cc4dc9a
Update to QUnit 2.0
tomasko126 fcf9b6e
Make all tests passing
tomasko126 d727270
Adjusted a comment
tomasko126 bdc7495
Updated blanket.js library, minor fixes
tomasko126 b03b5af
Test unit-testing with BrowserStack
tomasko126 a86b48c
Use paranthesis while calling print
tomasko126 6f903b1
Use os.environ when accessing Travis variables
tomasko126 d74de02
Debug os.environ
tomasko126 933a8be
Don't remove tools folder while running unit tests
tomasko126 fec74e2
Don't raise an exception when unit tests fail, exit 1 instead
tomasko126 b5d2bca
Use corrent syntax for exiting
tomasko126 28f4a96
Make test not failing
tomasko126 8eda470
Import sys in make_release.py script
tomasko126 0282f3b
Remove wanted unit test fail
tomasko126 16c20cb
Enforce curly brace conventions
tomasko126 bc87aaf
Enforce semicolon use
tomasko126 36ff376
Fix various style bugs
tomasko126 e499306
Fix codacy issues in declarativewebrequest.js
tomasko126 7e6375c
More Codacy fixes for declarativewebrequest.js
tomasko126 47258a6
Fix Codacy issues for ytchannel.js
tomasko126 74e3189
Fix Codacy issues in checkupdates.js
tomasko126 3593f40
Fix issues in filteroptions.js
tomasko126 2300aff
Fix Codacy issues in ytchannel.js
tomasko126 48e46a8
Fix Codacy issues
tomasko126 e69bf54
Fix Codacy issues
tomasko126 853a3b8
Fix Codacy issues
tomasko126 633f6f9
Resolve some Codacy issues
tomasko126 fb3260c
Fix contentscript.js Codacy issues
tomasko126 31b1a78
Fix Codacy issues in customize.js
tomasko126 a695b5f
Fix Codacy issues in clickwatcher.js file
tomasko126 847dff6
Fix Codacy issues in top_open_whitelist_ui.js
tomasko126 7094934
Fix Codacy issues in filters.js
tomasko126 b42fe19
Fix remaining issues in filters.js
tomasko126 3d5b175
Fixed Codacy issues in channels.js
tomasko126 9d7a00f
Fix Codacy issues in filtertypes.js
tomasko126 e028534
Don't leak username and failure in BrowserStack testing
tomasko126 a20c54e
Fix typo introduced in 9d7a00f59906005a0694fd0d5c8b81de0bf5bd7c
tomasko126 7037888
Resolve Codacy issues in resourceblock.js and some in adreport.js
tomasko126 db6853a
Fix some Codacy issues
tomasko126 27da8d2
Fix minor Codacy issues
tomasko126 696737d
Minor Codacy fixes
tomasko126 553640b
Fix minor style issues
tomasko126 2788821
Fix Codacy issues in adreport.js
tomasko126 bb53f2b
Fix minor issues in adreport.js
tomasko126 07566b8
Fix final issues (hopefully)
tomasko126 1c13410
Remove unwanted semicolons
tomasko126 203d218
Merge branch 'master' into selenium-testing
tomasko126 14a6e4d
Add comments explaining changes to the test.js file
tomasko126 9762160
Refactor release script
tomasko126 f2e4058
Run Selenium tests and add an unique extension ID only when building …
tomasko126 9634c68
Update Readme.md
tomasko126 de242e5
Merge branch 'master' into selenium-testing
tomasko126 bf59b5b
Change function expressions to named functions
tomasko126 b086296
Fix style issues
tomasko126 0d8c865
Fix Codacy issues
tomasko126 da0ccbc
Fix undefined 'that' variable
tomasko126 414003a
Don't check for 404 text, when detecting a filter lists how-to link
tomasko126 2b2bcfe
Remove pragma URLs
tomasko126 9d4eb70
Run .py scripts only when they haven't been imported as a modules
tomasko126 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove added extra space after negative comparison
Signed-off-by: Tomáš Taro <tomas@getadblock.com>
commit 98dcacdceba37d8f4ada81819a48553d5abb48d2
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did this function go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 76 :)