0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 20:03:05 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
David Allison
1fe15e390b chore: Mark user dictionaries as non-generated
Stops GitHub diffs of dictionaries being auto-collapsed
2022-04-13 10:42:47 -05:00
David Allison
fcf111c329 lint: remove "debug" config
After moving to AGP 7, we can no longer apply lintConfig on
`task.doFirst`

Since we're not using the baseline/debug config, we might as well
simplify this file and remove the implementation.

Baseline usage was never properly implemented, and was on Travis CI
which we are no longer using.

Related: 9338
2021-07-31 14:58:53 -05:00
David Allison
cba247efa8 Mark lint baselines as vendored files
https://github.com/github/linguist/#vendored-code
2020-05-19 09:32:42 -05:00
ospalh
fc0835713e Add .gitattributes to define .java, .xml and a few other files as text.
This causes line endings to go from CRLF to LF in some files in the repo. Should be handled the Right Way on check-out.
2014-05-28 13:48:51 +02:00