Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
973026bf
Unverified
Commit
973026bf
authored
Jun 19, 2023
by
protolambda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cannon: ignore MIPS.sol lint
parent
2a94e198
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
.prettierignore
packages/contracts-bedrock/.prettierignore
+4
-0
.solhintignore
packages/contracts-bedrock/.solhintignore
+3
-0
No files found.
packages/contracts-bedrock/.prettierignore
View file @
973026bf
...
@@ -14,3 +14,7 @@ deployments
...
@@ -14,3 +14,7 @@ deployments
# Other autogenerated files
# Other autogenerated files
gasReporterOutput.json
gasReporterOutput.json
slither.db.json
slither.db.json
# MIPS.sol has special VM formatting, not like other contracts.
# Prettier also fails to handle YUL functions with multiple return variables.
contracts/cannon/MIPS.sol
packages/contracts-bedrock/.solhintignore
View file @
973026bf
...
@@ -3,3 +3,6 @@ node_modules
...
@@ -3,3 +3,6 @@ node_modules
lib
lib
contracts/test/*.t.sol
contracts/test/*.t.sol
contracts/vendor/*.sol
contracts/vendor/*.sol
# MIPS.sol has special VM formatting, not like other contracts.
contracts/cannon/MIPS.sol
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment