Skip to content

Commit

Permalink
Merge pull request rstudio#157 from louisaslett/main
Browse files Browse the repository at this point in the history
Add flint support
  • Loading branch information
glin authored Feb 20, 2024
2 parents 2f7b5af + b4bc25f commit 7cfee24
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions rules/flint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"patterns": ["\\bflint\\b"],
"dependencies": [
{
"packages": ["libflint-dev"],
"constraints": [
{
"os": "linux",
"distribution": "ubuntu"
},
{
"os": "linux",
"distribution": "debian"
}
]
},
{
"packages": ["flint-devel"],
"constraints": [
{
"os": "linux",
"distribution": "opensuse"
},
{
"os": "linux",
"distribution": "fedora"
}
]
}
]
}

0 comments on commit 7cfee24

Please sign in to comment.