Skip to content

Instantly share code, notes, and snippets.

@idrabenia
Created November 23, 2017 09:36
Show Gist options
  • Save idrabenia/36797ebd765ee2df36ce310c177b1e27 to your computer and use it in GitHub Desktop.
Save idrabenia/36797ebd765ee2df36ce310c177b1e27 to your computer and use it in GitHub Desktop.
Ilyas-MacBook-Pro:zeppelin-solidity idrabenia$ time solium -d ./contracts
[DEPRECATED] You are using a deprecated soliumrc configuration format. Please see http://solium.readthedocs.io/en/latest/user-guide.html#migrating-to-v1-0-0 to migrate from Solium v0 to v1.
[DEPRECATED] Rule "double-quotes" is deprecated. Please use "quotes" instead.
[DEPRECATED] Rule "no-with" is deprecated.
contracts/Bounty.sol
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
14:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
16:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
21:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
23:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
30:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
35:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
41:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
47:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
54:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
71:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/DayLimit.sol
8:0 warning ContractStatement 'DayLimit' must be preceded by a 2-line gap. blank-lines
10:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
11:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
12:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
18:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
21:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
27:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
29:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
34:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
36:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
43:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
46:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
47:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
52:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
53:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
56:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
62:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
64:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
69:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
72:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/ECRecovery.sol
17:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
24:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
36:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
41:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
43:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
45:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/LimitBalance.sol
12:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
18:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
20:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
25:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
29:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/MerkleProof.sol
8:0 warning LibraryStatement 'MerkleProof' must be preceded by a 2-line gap. blank-lines
16:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
18:33 error Consequent should exist exactly on the line after condition. lbrace
24:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
27:0 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
29:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
40:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/ReentrancyGuard.sol
9:0 warning ContractStatement 'ReentrancyGuard' must be preceded by a 2-line gap. blank-lines
14:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
24:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
29:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/crowdsale/CappedCrowdsale.sol
10:0 warning ContractStatement 'CappedCrowdsale' must be preceded by a 2-line gap. blank-lines
11:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
15:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
18:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
22:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
25:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
29:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
32:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/crowdsale/Crowdsale.sol
14:0 warning ContractStatement 'Crowdsale' must be preceded by a 2-line gap. blank-lines
15:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
18:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
21:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
22:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
25:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
28:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
31:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
40:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
43:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
54:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
58:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
58:2 warning FunctionDeclaration must be succeded by 1 blank line blank-lines
60:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
64:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
66:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
69:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
85:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
89:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
91:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
94:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
98:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
101:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
103:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/crowdsale/FinalizableCrowdsale.sol
12:0 warning ContractStatement 'FinalizableCrowdsale' must be preceded by a 2-line gap. blank-lines
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
15:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
17:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
23:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
31:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
38:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
39:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/crowdsale/RefundVault.sol
12:0 warning ContractStatement 'RefundVault' must be preceded by a 2-line gap. blank-lines
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
15:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
17:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
18:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
19:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
21:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
22:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
23:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
25:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
29:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
31:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
34:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
36:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
41:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
43:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
47:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
49:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
55:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/crowdsale/RefundableCrowdsale.sol
16:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
19:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
22:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
24:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
28:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
33:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
35:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
38:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
43:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
46:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
48:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
50:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
54:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
56:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
58:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/examples/SampleCrowdsale.sol
12:0 warning ContractStatement 'SampleCrowdsaleToken' must be preceded by a 2-line gap. blank-lines
14:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
14:2 warning Constant name 'name' doesn't follow the UPPER_CASE notation uppercase
15:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
15:2 warning Constant name 'symbol' doesn't follow the UPPER_CASE notation uppercase
16:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
16:2 warning Constant name 'decimals' doesn't follow the UPPER_CASE notation uppercase
31:0 warning ContractStatement 'SampleCrowdsale' must be preceded by a 2-line gap. blank-lines
33:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
42:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
44:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
46:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/examples/SimpleToken.sol
15:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
15:2 warning Constant name 'name' doesn't follow the UPPER_CASE notation uppercase
16:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
16:2 warning Constant name 'symbol' doesn't follow the UPPER_CASE notation uppercase
17:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
17:2 warning Constant name 'decimals' doesn't follow the UPPER_CASE notation uppercase
19:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
24:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
27:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/lifecycle/Destructible.sol
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
18:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
20:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
22:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
24:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/lifecycle/Migrations.sol
10:0 warning ContractStatement 'Migrations' must be preceded by a 2-line gap. blank-lines
11:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
15:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
17:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
20:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/lifecycle/Pausable.sol
12:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
15:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
21:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
24:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
29:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
32:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
37:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
40:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
45:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
48:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/lifecycle/TokenDestructible.sol
13:0 warning ContractStatement 'TokenDestructible' must be preceded by a 2-line gap. blank-lines
15:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
24:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
28:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
29:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
30:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
35:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/math/Math.sol
8:0 warning LibraryStatement 'Math' must be preceded by a 2-line gap. blank-lines
9:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
11:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
15:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
17:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
19:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
21:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
23:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/math/SafeMath.sol
9:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
11:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
16:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
18:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
23:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
25:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
28:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
30:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
34:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/ownership/CanReclaimToken.sol
13:0 warning ContractStatement 'CanReclaimToken' must be preceded by a 2-line gap. blank-lines
14:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
20:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
23:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/ownership/Claimable.sol
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
18:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
21:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
27:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
29:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
34:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
38:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/ownership/Contactable.sol
10:0 warning ContractStatement 'Contactable' must be preceded by a 2-line gap. blank-lines
10:0 error 'Contactable': There should be only a single space and no comments or line break between contract declaration and opening brace. lbrace
19:9 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
20:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/ownership/DelayedClaimable.sol
14:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
15:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
23:2 warning FunctionDeclaration must be succeded by 1 blank line blank-lines
23:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
27:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
34:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
40:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/ownership/HasNoContracts.sol
11:0 warning ContractStatement 'HasNoContracts' must be preceded by a 2-line gap. blank-lines
17:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
20:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/ownership/HasNoEther.sol
15:0 warning ContractStatement 'HasNoEther' must be preceded by a 2-line gap. blank-lines
24:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
26:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
31:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
32:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
37:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
39:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/ownership/HasNoTokens.sol
12:0 warning ContractStatement 'HasNoTokens' must be preceded by a 2-line gap. blank-lines
20:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
22:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/ownership/NoOwner.sol
13:0 warning ContractStatement 'NoOwner' must be preceded by a 2-line gap. blank-lines
13:60 warning Use of empty block statement {} no-empty-blocks
contracts/ownership/Ownable.sol
10:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
20:2 warning FunctionDeclaration must be succeded by 1 blank line blank-lines
20:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
22:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
28:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
31:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
38:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
42:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/payment/PullPayment.sol
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
15:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
16:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
23:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
26:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
31:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
42:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/payment/SplitPayment.sol
10:0 warning ContractStatement 'SplitPayment' must be preceded by a 2-line gap. blank-lines
11:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
14:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
16:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
17:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
18:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
23:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
27:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
29:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
36:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
44:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
49:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
64:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/token/BasicToken.sol
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
15:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
22:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
31:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
38:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
40:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/token/BurnableToken.sol
9:0 warning ContractStatement 'BurnableToken' must be preceded by a 2-line gap. blank-lines
contracts/token/CappedToken.sol
10:0 warning ContractStatement 'CappedToken' must be preceded by a 2-line gap. blank-lines
12:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
14:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
17:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
25:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
29:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/token/DetailedERC20.sol
5:0 warning ContractStatement 'DetailedERC20' must be preceded by a 2-line gap. blank-lines
6:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
7:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
8:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
10:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
14:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/token/ERC20.sol
12:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
14:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
15:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/token/ERC20Basic.sol
10:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
11:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
12:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/token/MintableToken.sol
17:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
18:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
20:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
23:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
26:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
34:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
40:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
46:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
50:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/token/PausableToken.sol
12:0 warning ContractStatement 'PausableToken' must be preceded by a 2-line gap. blank-lines
14:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
16:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
18:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
20:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
22:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
24:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
26:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
28:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
30:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
32:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/token/SafeERC20.sol
12:0 warning LibraryStatement 'SafeERC20' must be preceded by a 2-line gap. blank-lines
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
15:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
17:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
19:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
21:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
23:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/token/StandardToken.sol
17:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
26:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
36:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
48:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
52:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
60:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
62:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
70:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
74:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
76:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
79:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
81:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
85:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/token/TokenTimelock.sol
12:0 warning ContractStatement 'TokenTimelock' must be preceded by a 2-line gap. blank-lines
13:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
16:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
19:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
22:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
24:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
29:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
34:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
41:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
contracts/token/TokenVesting.sol
14:0 warning ContractStatement 'TokenVesting' must be preceded by a 2-line gap. blank-lines
15:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
16:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
18:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
19:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
22:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
24:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
25:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
26:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
28:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
30:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
31:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
42:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
51:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
57:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
67:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
74:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
88:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
94:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
96:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
102:2 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
107:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
109:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
111:6 warning Incorrect Indentation: make sure only " " is used as indentation for this line. indentation
113:0 warning Incorrect indentation: Make sure you use 4 SPACES per level and don't precede the code by any comments. indentation
✖ 2 errors, 362 warnings found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment