Commit Graph

67 Commits

Author SHA1 Message Date
hrj 2d7f229d30 bump to latest sbt version 2021-04-12 19:55:27 +05:30
hrj 9e153967e0 downgrade scrimage as the latest version doesn't assemble cleanly 2021-04-01 17:32:45 +05:30
hrj 6d7687c33f enable deprecation warnings 2021-04-01 17:02:25 +05:30
hrj dcc57c7117 bump dependency and plugin versions 2021-04-01 17:02:16 +05:30
hrj 110631dad2 bump scala version 2021-04-01 17:02:02 +05:30
Rahul Rudragoudar 8c8bda8d59
Add compile config options
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2021-03-29 15:31:27 +05:30
Rahul Rudragoudar 933145c32e
Disable scalafmt on compile option
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2021-03-11 21:11:12 +05:30
Rahul Rudragoudar de50d8123e
Linter and Formatter support (#58)
* Add scala linter and formatter

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>

* Add java formatter

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>

* Add linter support

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>

* Increase maxColumn limit

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>

* Reformat and lint

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>

* Minor reformatting

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>

* Add scala formatter on compile option

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>

* Enable scala linter for CI

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2021-02-25 23:49:39 +05:30
hrj d3ffc5ae62 bump scala version 2020-07-16 17:56:16 +05:30
hrj e45302df8c updated dependecies to latest version 2020-06-30 09:15:23 +05:30
hrj 8b021c20e5 removed dependency on scala test 2020-06-30 09:15:14 +05:30
hrj 461e1a6ead bump versions of sbt, scala and libraries 2020-06-29 21:46:26 +05:30
hrj 23e8d0a7ed updated deps 2019-03-31 16:53:32 +05:30
hrj 2d13c10812 update scala and sbt versions 2019-03-13 23:38:24 +05:30
Rahul Rudragoudar 6394fde5d2 Added Library dependencies
Added compile support for Java
2018-12-17 13:34:24 +05:30
sanjana f73f2a762f Initial commit for the framework
The ChallengeProvider trait provides the methods to be implemented by the challenge providers.

The framework gets a challenge from a challenge provider, inserts the details of the challenge into the database, and gives the challenge to the user. It then gets the answer from the user, and sends it to the challenge provider for verification.

This commit includes the implementation only for FilterChallenge provider.
2018-06-06 12:18:40 +05:30
sanjana 4610245b38 Initial skeleton for the framework. 2018-01-03 09:12:43 +05:30